Merge pull request #9989 from owncloud/mmattel-patch-1

[docs-only] Typo fix ocis.yml
This commit is contained in:
Martin
2024-09-06 09:34:21 +02:00
committed by GitHub
+1 -1
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}"