This commit is contained in:
WilliamMiceli
2018-10-15 21:44:38 -04:00
parent 0216ebc76f
commit e8aecc8b3f

View File

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