We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fde111e commit e62bf29Copy full SHA for e62bf29
README.md
@@ -53,6 +53,7 @@ We provide a docker image with the full beeets-flask setup. You can run it with
53
54
```sh
55
docker run -d -p 5001:5001 \
56
+ -e TZ=Europe/Berlin \
57
-e USER_ID=1000 \
58
-e GROUP_ID=1000 \
59
-v /wherever/config/:/config \
@@ -73,6 +74,7 @@ services:
73
74
- "5001:5001"
75
environment:
76
# 502 is default on macos, 1000 on linux
77
+ TZ: Europe/Berlin
78
USER_ID: 1000
79
GROUP_ID: 1000
80
volumes:
0 commit comments