Added http entrypoint so that it can be automatically redirected to https

This commit is contained in:
William Miceli
2018-09-11 10:19:16 -04:00
parent eabe0b0348
commit 65378bfd2d

View File

@@ -22,7 +22,7 @@ services:
traefik.enable: true
traefik.frontend.rule: Host:${TRAEFIK_HOST}
traefik.port: "80"
traefik.frontend.entryPoints: https
traefik.frontend.entryPoints: http,https
traefik.frontend.redirect.entryPoint: https
traefik.frontend.redirect.permanent: true
{{- else}}