Revert "correct the port for traefik"

This reverts commit 9d38856545.
This commit is contained in:
Andreas Zweili 2022-03-16 08:54:15 +01:00
parent 75d639018f
commit 85b472689e
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ services:
traefik:
image: "traefik:v2.2"
ports:
- "4433:443"
- "443:443"
volumes:
- "./traefik.yaml:/etc/traefik/traefik.yaml:ro"
- "./letsencrypt:/letsencrypt"