feat(docker): mount timezone configs

This commit is contained in:
Isaac
2024-03-03 20:11:10 +00:00
parent c09972f3cf
commit 74fb398c8f

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: