Trying different port
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user