From 07404bf0516805c69413036b522d6560cd4408b2 Mon Sep 17 00:00:00 2001 From: Dave Jansen Date: Wed, 20 Feb 2019 17:44:48 +0900 Subject: [PATCH] Disabled the Traefik dashboard by default --- docker-compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 03497fa..8d8daaf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,7 +18,9 @@ services: # https://hub.docker.com/_/traefik/ image: traefik:alpine command: - - --web + # This enables the Traefik dashboard. + # Make sure you put this behind at least basic auth + #- --web - --entryPoints=Name:http Address::80 Redirect.EntryPoint:https - --entryPoints=Name:https Address::443 TLS - --defaultEntryPoints=http,https