[docs-only] Typo fix ocis.yml

There was a quote in a variable which should not be there.
This commit is contained in:
Martin
2024-09-06 09:15:51 +02:00
committed by GitHub
parent 499dd06b32
commit 3cc29ce99b

View File

@@ -17,7 +17,7 @@ services:
command: ["-c", "ocis init || true; ocis server"]
environment:
# enable the notifications service as it is not started automatically
OCIS_ADD_RUN_SERVICES": "notifications"
OCIS_ADD_RUN_SERVICES: "notifications"
OCIS_URL: https://${OCIS_DOMAIN:-ocis.owncloud.test}
OCIS_LOG_LEVEL: ${LOG_LEVEL:-info}
OCIS_LOG_COLOR: "${LOG_PRETTY:-false}"