Added time sync with host to some templates

This commit is contained in:
William Miceli
2019-05-15 09:37:51 -04:00
parent c46b373762
commit b74bf09c04
3 changed files with 15 additions and 2 deletions

View File

@@ -35,4 +35,7 @@ services:
traefik.web.frontend.rule: Host:${TRAEFIK_HOST}
traefik.web.port: "80"
### End Web Segment
restart: on-failure
restart: on-failure
volumes:
- /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