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"
restart: on-failure
volumes:
- /RancherConfig/${DATA_DIR}/nginx.conf:/etc/nginx/nginx.conf:ro
- /RancherCattleConfig/${DATA_DIR}/nginx.conf:/etc/nginx/nginx.conf:ro
volumes_from:
- app

View File

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