Update env var readme

This commit is contained in:
Jan-Henrik 2024-01-17 18:18:13 +01:00
parent 6a0b1a7d90
commit 45630b5665

View file

@ -14,6 +14,7 @@ services:
restart: unless-stopped restart: unless-stopped
environment: environment:
TZ: Europe/Berlin # your timezone! TZ: Europe/Berlin # your timezone!
RULE_REPEATS: 100 # optional, the amount of repeats that should be done for repeating rules. Set to higher value if you are missing events of old repeating events
``` ```
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.