Added volumes to sync container and host time

This commit is contained in:
WilliamMiceli
2018-09-05 23:14:18 -04:00
parent 3ce32e8f91
commit 38c44b6643
7 changed files with 20 additions and 1 deletions

View File

@@ -25,6 +25,8 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
- /RancherConfig/${DATA_DIR}/traefik.toml:/traefik.toml
- /RancherConfig/${DATA_DIR}/acme.json:/acme.json
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
networks:
public-proxy: