feat(docker): mount timezone configs

This commit is contained in:
Isaac 2024-03-03 20:11:10 +00:00
parent c09972f3cf
commit 74fb398c8f
No known key found for this signature in database
GPG Key ID: 0DE40AE37BBA5C33
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ services:
- 8169:8169
volumes:
- tickets-bot:/home/container/user
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
tty: true
stdin_open: true
# Please refer to the documentation: