From b565efac6ff8895e88730f3f8001d0535802130e Mon Sep 17 00:00:00 2001 From: mathieu Date: Wed, 22 May 2024 16:28:40 +0200 Subject: [PATCH] fix --- docker-compose.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index aeacdef..9bd4a89 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 \ No newline at end of file + external: true \ No newline at end of file