Update README.md

This commit is contained in:
Jan-Henrik 2024-01-17 12:01:01 +01:00 committed by GitHub
parent fd1a1eb8c2
commit 67a0f71f80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,6 +12,8 @@ services:
ports: ports:
- "3000:3000" - "3000:3000"
restart: unless-stopped restart: unless-stopped
environment:
TZ: Europe/Berlin # your timezone!
``` ```
As you can see, you only have to forward port 3000 to wherever you like, in this case port 3000. As you can see, you only have to forward port 3000 to wherever you like, in this case port 3000.