We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f7553c commit 1a537c8Copy full SHA for 1a537c8
docker-compose/docker-compose.yaml
@@ -1,6 +1,8 @@
1
services:
2
betterbahn:
3
- image: ghcr.io/l2xu/betterbahn:testing-main
+ image: ghcr.io/l2xu/betterbahn:latest
4
restart: unless-stopped
5
+ environment:
6
+ - TZ=Europe/Berlin # Timezone, dont Remove or else There will be time issues with tickets.
7
ports:
8
- "3000:3000"
0 commit comments