Trying different port

This commit is contained in:
WilliamMiceli
2018-11-17 16:38:31 -05:00
parent 6d00a8667b
commit 6bf6daa2a3

View File

@@ -20,7 +20,7 @@ services:
# traefik.frontend.headers.SSLRedirect: true # traefik.frontend.headers.SSLRedirect: true
# traefik.frontend.headers.STSPreload: true # traefik.frontend.headers.STSPreload: true
# traefik.frontend.headers.STSSeconds: 15552000 # traefik.frontend.headers.STSSeconds: 15552000
traefik.port: "9000" traefik.port: "80"
{{- else}} {{- else}}
traefik.enable: false traefik.enable: false
{{- end}} {{- end}}
@@ -33,7 +33,7 @@ services:
networks: networks:
- public-proxy - public-proxy
ports: ports:
- "${WEB_PORT}:9000" - "${WEB_PORT}:80"
restart: on-failure restart: on-failure
volumes: volumes:
- /RancherCattleData/${DATA_DIR}/Application:/usr/local/apache2/htdocs - /RancherCattleData/${DATA_DIR}/Application:/usr/local/apache2/htdocs