Will try to use port 80 instead

This commit is contained in:
WilliamMiceli
2019-05-21 18:04:06 -04:00
parent 57b6736265
commit 6f44281398

View File

@@ -42,7 +42,7 @@ services:
traefik.web.frontend.headers.STSSeconds: 15552000
traefik.web.frontend.passHostHeader: true
traefik.web.frontend.rule: "Host:${TRAEFIK_HOST}" # HostRegexp:${TRAEFIK_HOST},{subdomain:.+}.${TRAEFIK_HOST}
traefik.web.port: "3000"
traefik.web.port: "80"
### End Web Segment
links:
- mongo