Fixed volumes_from and ports
This commit is contained in:
@@ -19,7 +19,7 @@ services:
|
||||
# traefik.frontend.headers.SSLRedirect: true
|
||||
# traefik.frontend.headers.STSPreload: true
|
||||
# traefik.frontend.headers.STSSeconds: 15552000
|
||||
traefik.port: "80"
|
||||
traefik.port: "9000"
|
||||
{{- else}}
|
||||
traefik.enable: false
|
||||
{{- end}}
|
||||
@@ -32,7 +32,7 @@ services:
|
||||
networks:
|
||||
- public-proxy
|
||||
ports:
|
||||
- "${WEB_PORT}:80"
|
||||
- "${WEB_PORT}:9000"
|
||||
restart: on-failure
|
||||
volumes:
|
||||
- /RancherCattleData/${DATA_DIR}/Application:/usr/local/apache2/htdocs
|
||||
@@ -59,7 +59,7 @@ services:
|
||||
networks:
|
||||
- public-proxy
|
||||
restart: on-failure
|
||||
volumes-from:
|
||||
volumes_from:
|
||||
- httpd
|
||||
mysql:
|
||||
image: mysql:5
|
||||
|
||||
Reference in New Issue
Block a user