mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-02-17 13:58:12 +00:00
Update docker-compose.yml
add timezone for cronjobs
This commit is contained in:
parent
adc149015d
commit
7e546ce940
|
@ -11,6 +11,8 @@ services:
|
|||
volumes:
|
||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/dockcheck-web/data:/var/www/html
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
#networks:
|
||||
# - proxy
|
||||
#labels:
|
||||
|
|
Loading…
Reference in New Issue
Block a user