Updated Config directories

This commit is contained in:
WilliamMiceli
2018-09-20 16:36:24 -04:00
parent 01127caf98
commit 75aa243e08
2 changed files with 3 additions and 3 deletions

View File

@@ -122,7 +122,7 @@ services:
- "${WEB_PORT}:80" - "${WEB_PORT}:80"
restart: on-failure restart: on-failure
volumes: volumes:
- /RancherConfig/${DATA_DIR}/nginx.conf:/etc/nginx/nginx.conf:ro - /RancherCattleConfig/${DATA_DIR}/nginx.conf:/etc/nginx/nginx.conf:ro
volumes_from: volumes_from:
- app - app

View File

@@ -23,8 +23,8 @@ services:
restart: always restart: always
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- /RancherConfig/${DATA_DIR}/traefik.toml:/traefik.toml - /RancherCattleConfig/${DATA_DIR}/traefik.toml:/traefik.toml
- /RancherConfig/${DATA_DIR}/acme.json:/acme.json - /RancherCattleConfig/${DATA_DIR}/acme.json:/acme.json
networks: networks:
public-proxy: public-proxy: