This commit is contained in:
mathieu 2024-05-15 08:34:40 +02:00
parent 656f75c9e2
commit ec421605d7
2 changed files with 2 additions and 3 deletions

View File

@ -8,8 +8,6 @@ services:
ports:
- "8888:80"
- "8443:443"
command:
- --configFile=/traefik.yml
networks:
- web
- default

View File

@ -2,7 +2,8 @@
entryPoints:
web:
address: ":80"
asDefault: true
websecure:
address: ":443"
# http: