Skip to content

Commit 1a537c8

Browse files
committed
Fix a Timezone bug and use latest tag
1 parent 6f7553c commit 1a537c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker-compose/docker-compose.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
services:
22
betterbahn:
3-
image: ghcr.io/l2xu/betterbahn:testing-main
3+
image: ghcr.io/l2xu/betterbahn:latest
44
restart: unless-stopped
5+
environment:
6+
- TZ=Europe/Berlin # Timezone, dont Remove or else There will be time issues with tickets.
57
ports:
68
- "3000:3000"

0 commit comments

Comments
 (0)