docker-compose: use timezone from system

This commit is contained in:
lemoer 2024-12-29 02:46:35 +01:00
parent 062b493367
commit 5c0c521f31

View File

@ -14,4 +14,6 @@ services:
volumes:
- "./config.json:/app/config.json"
- "./data:/app/data"
- "/etc/timezone:/etc/timezone:ro"
- "/etc/localtime:/etc/localtime:ro"
restart: always