forked from LeineLab-Public/lab-signal-bot
docker-compose: use timezone from system
This commit is contained in:
parent
062b493367
commit
5c0c521f31
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user