[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"]
|
command: ["-c", "ocis init || true; ocis server"]
|
||||||
environment:
|
environment:
|
||||||
# enable the notifications service as it is not started automatically
|
# 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_URL: https://${OCIS_DOMAIN:-ocis.owncloud.test}
|
||||||
OCIS_LOG_LEVEL: ${LOG_LEVEL:-info}
|
OCIS_LOG_LEVEL: ${LOG_LEVEL:-info}
|
||||||
OCIS_LOG_COLOR: "${LOG_PRETTY:-false}"
|
OCIS_LOG_COLOR: "${LOG_PRETTY:-false}"
|
||||||
|
|||||||
Reference in New Issue
Block a user