Skip to content

Commit e62bf29

Browse files
authored
Update README.md
1 parent fde111e commit e62bf29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ We provide a docker image with the full beeets-flask setup. You can run it with
5353

5454
```sh
5555
docker run -d -p 5001:5001 \
56+
-e TZ=Europe/Berlin \
5657
-e USER_ID=1000 \
5758
-e GROUP_ID=1000 \
5859
-v /wherever/config/:/config \
@@ -73,6 +74,7 @@ services:
7374
- "5001:5001"
7475
environment:
7576
# 502 is default on macos, 1000 on linux
77+
TZ: Europe/Berlin
7678
USER_ID: 1000
7779
GROUP_ID: 1000
7880
volumes:

0 commit comments

Comments
 (0)