mirror of
https://github.com/jhbruhn/ics-adapter.git
synced 2025-03-15 03:25:49 +00:00
Update env var readme
This commit is contained in:
parent
6a0b1a7d90
commit
45630b5665
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue