mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-12-22 07:43:08 +02:00
feat(docker): mount timezone configs
This commit is contained in:
parent
c09972f3cf
commit
74fb398c8f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user