Skip to content

Commit

Permalink
feat(docker): pass timezone related files to the container
Browse files Browse the repository at this point in the history
So the log can be in the local timezone
  • Loading branch information
TheTipo01 committed Sep 8, 2023
1 parent 7e2011a commit 2fdff72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ version: '3.9'
services:
bot:
image: thetipo01/yadmb
# Uncomment the following line to build the image locally
# build: .
restart: always
volumes:
- ./audio_cache:/audio_cache
- ./data:/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro

0 comments on commit 2fdff72

Please sign in to comment.