Mounting acme directory instead of just one file

This commit is contained in:
WilliamMiceli
2018-09-21 20:03:30 -04:00
parent 6fcf0fd3f0
commit f877685b32

View File

@@ -24,7 +24,7 @@ services:
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- /RancherCattleConfig/${DATA_DIR}/traefik.toml:/traefik.toml - /RancherCattleConfig/${DATA_DIR}/traefik.toml:/traefik.toml
- /RancherCattleConfig/${DATA_DIR}/acme.json:/acme.json - /RancherCattleConfig/${DATA_DIR}/acme:/etc/traefik/acme
networks: networks:
public-proxy: public-proxy: