mirror of
https://github.com/jhbruhn/ics-adapter.git
synced 2025-03-14 19:15:50 +00:00
Update README.md
This commit is contained in:
parent
fd1a1eb8c2
commit
67a0f71f80
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue