Update docker-compose.yml
add timezone for cronjobs
This commit is contained in:
parent
adc149015d
commit
7e546ce940
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue