fixed description

This commit is contained in:
2023-06-11 23:19:44 +02:00
parent a7edd58d1f
commit c3efc4b033

View File

@@ -9,11 +9,10 @@ services:
image: registry.gitlab.lino3d.de:443/lino/berichtexporter/main:latest
restart: unless-stopped
ports:
- 80:80
- 3000:3000
environment:
- 'CALDAV_URL=https://example.com/calendars/' # URL to the caldav server
- 'CALDAV_USER=USERNAME' # Username for the caldav server
- 'CALDAV_PASSWORD=PASSWORD' # Password for the caldav server
- 'CALDAV_CALENDAR=CALENDARNAME' # Calendar name from the caldav server
# - WEB_PORT=80 # Port for the webserver (optional)
```