1
0
Fork 0

timetracker: quote env var to fix error

This commit is contained in:
Lukáš Kucharczyk 2023-01-11 11:06:30 +01:00
parent 7079e0d066
commit b4f15d8460
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
container_name: timetracker
environment:
- TZ=${TZ}
- CSRF_TRUSTED_ORIGINS="https://tracker.kucharczyk.xyz"
- "CSRF_TRUSTED_ORIGINS=https://tracker.kucharczyk.xyz"
user: ${PUID}
volumes:
- "${DOCKER_STORAGE_PATH}/timetracker/db.sqlite3:/home/timetracker/app/src/web/db.sqlite3"