Changed port in case of healthcheck issues

This commit is contained in:
WilliamMiceli
2019-01-16 18:52:24 -05:00
parent 4e26df51aa
commit 7ed3a603e8

View File

@@ -22,7 +22,7 @@ services:
traefik.http.frontend.entryPoints: http traefik.http.frontend.entryPoints: http
traefik.http.frontend.headers.SSLRedirect: true traefik.http.frontend.headers.SSLRedirect: true
traefik.http.frontend.rule: Host:${TRAEFIK_HOSTNAME} traefik.http.frontend.rule: Host:${TRAEFIK_HOSTNAME}
traefik.http.port: "1" traefik.http.port: "8080"
### End HTTP Segment ### End HTTP Segment
### Start HTTPS Segment ### Start HTTPS Segment
traefik.https.frontend.entryPoints: https traefik.https.frontend.entryPoints: https