mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-30 17:00:57 -06:00
[docs-only] Typo fix ocis.yml
There was a quote in a variable which should not be there.
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user