You've already forked ghost-matomo-mariadb-traefik-ssl
Disabled the Traefik dashboard by default
This commit is contained in:
@@ -18,7 +18,9 @@ services:
|
|||||||
# https://hub.docker.com/_/traefik/
|
# https://hub.docker.com/_/traefik/
|
||||||
image: traefik:alpine
|
image: traefik:alpine
|
||||||
command:
|
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:http Address::80 Redirect.EntryPoint:https
|
||||||
- --entryPoints=Name:https Address::443 TLS
|
- --entryPoints=Name:https Address::443 TLS
|
||||||
- --defaultEntryPoints=http,https
|
- --defaultEntryPoints=http,https
|
||||||
|
|||||||
Reference in New Issue
Block a user