Disabled the Traefik dashboard by default

This commit is contained in:
2019-02-20 17:44:48 +09:00
parent ab83639730
commit 07404bf051

View File

@@ -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