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

@@ -22,6 +22,8 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
- Data:/data
- Repo:/repo
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
volumes:
Data: