diff --git a/deployments/examples/ocis_full/ocis.yml b/deployments/examples/ocis_full/ocis.yml index a251e6730..6bc28f0d4 100644 --- a/deployments/examples/ocis_full/ocis.yml +++ b/deployments/examples/ocis_full/ocis.yml @@ -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}"