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

View File

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