This commit is contained in:
WilliamMiceli
2018-10-15 22:02:42 -04:00
parent e8aecc8b3f
commit 7559ae77ae

View File

@@ -21,7 +21,7 @@ services:
traefik.frontend.auth.basic: ${TRAEFIK_BASIC_AUTH} traefik.frontend.auth.basic: ${TRAEFIK_BASIC_AUTH}
{{- end}} {{- end}}
traefik.frontend.entryPoints: http,https traefik.frontend.entryPoints: http,https
traefik.frontend.rule: Host:${TRAEFIK_HOST},Host:*.${TRAEFIK_HOST} traefik.frontend.rule: Host:${TRAEFIK_HOST}
traefik.frontend.passHostHeader: true traefik.frontend.passHostHeader: true
{{- else}} {{- else}}
traefik.enable: false traefik.enable: false