From f44672afd0e1893268b0dfb1b549a7f4b7d977ce Mon Sep 17 00:00:00 2001 From: Jean Froment Date: Wed, 20 Jun 2018 12:15:36 +0200 Subject: [PATCH] Disable Traefik UI --- docker-compose.yml | 2 +- traefik.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 82ff48f..f2c35fe 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,7 +11,7 @@ services: ports: - "80:80" - "443:443" - - "8080:8080" + #- "8080:8080" volumes: - /var/run/docker.sock:/var/run/docker.sock - ./traefik.toml:/traefik.toml diff --git a/traefik.toml b/traefik.toml index 3070260..843a938 100644 --- a/traefik.toml +++ b/traefik.toml @@ -29,8 +29,8 @@ entryPoint = "http" ################################################################ # Web configuration backend ################################################################ -[web] -address = ":8080" +#[web] +#address = ":8080" ################################################################ # Traefik Config