Skip to content

Commit

Permalink
feat(docker): mount timezone configs
Browse files Browse the repository at this point in the history
  • Loading branch information
eartharoid committed Mar 3, 2024
1 parent c09972f commit 74fb398
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 74fb398

Please sign in to comment.