Changed port in case of healthcheck issues
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user