Modified persistent directory

This commit is contained in:
WilliamMiceli
2018-12-18 23:42:46 -05:00
parent 723e57e88a
commit f33e5311d4

View File

@@ -27,9 +27,9 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
- /etc/localtime:/etc/localtime:ro # Syncronize time of container with the host system
- /etc/timezone:/etc/timezone:ro # Syncronize timezone of container with the host system
- /RancherCattleConfig/${DATA_DIR}/traefik.toml:/traefik.toml
- /RancherCattleConfig/${DATA_DIR}/acme:/etc/traefik/acme # For Let's Encrypt certificates
- /RancherCattleConfig/${DATA_DIR}/logs:/external/logs
- /RancherCattle/${DATA_DIR}/Configuration/traefik.toml:/traefik.toml
- /RancherCattle/${DATA_DIR}/LetsEncrypt:/etc/traefik/acme # For Let's Encrypt certificates
- /RancherCattle/${DATA_DIR}/Logs:/external/logs
networks:
public-proxy: