Update docker-compose.yml

add timezone for cronjobs
This commit is contained in:
LRVT 2023-02-25 23:28:48 +01:00 committed by GitHub
parent adc149015d
commit 7e546ce940
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: