From 3cc29ce99bd5025cec2f9dfef2feb613b4136449 Mon Sep 17 00:00:00 2001 From: Martin Date: Fri, 6 Sep 2024 09:15:51 +0200 Subject: [PATCH] [docs-only] Typo fix ocis.yml There was a quote in a variable which should not be there. --- deployments/examples/ocis_full/ocis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"