This commit is contained in:
mathieu 2024-05-22 16:28:40 +02:00
parent 483ecdbcc1
commit b565efac6f

View File

@ -9,13 +9,12 @@ services:
networks:
- web
- default
- host
#ports:
ports:
# The HTTP port
# - "1080:80"
# - "1443:443"
- "1080:80"
- "1443:443"
# The Web UI (enabled by --api.insecure=true)
# - "8088:8080"
- "8088:8080"
volumes:
- /volume1/docker/traefik/conf/traefik.yml:/etc/traefik/traefik.yml
- /volume1/docker/traefik/conf/rules.yaml:/etc/traefik/rules.yaml
@ -42,7 +41,4 @@ services:
networks:
web:
external: true
host:
external: true
name: host
external: true