From 8b17ffc30796077215f1ba45b98a3f60e4d6576f Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Mon, 3 Jul 2023 01:19:30 +0200 Subject: [PATCH] Update docker-compose.yml fix indent --- examples/owncloud-ocis/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/owncloud-ocis/docker-compose.yml b/examples/owncloud-ocis/docker-compose.yml index 69d8e4b..0e2fde5 100644 --- a/examples/owncloud-ocis/docker-compose.yml +++ b/examples/owncloud-ocis/docker-compose.yml @@ -15,7 +15,7 @@ services: # therefore we ignore the error and then start the ocis server command: ["-c", "ocis init || true; ocis server"] environment: - OCIS_URL: https://cloud.example.com # adjust to your domain + OCIS_URL: https://cloud.example.com # adjust to your domain PROXY_TLS: "false" # do not use SSL; required if you use a reverse proxy with SSL support in front OCIS_INSECURE: "true" # required if you use a reverse proxy with SSL support in front volumes: