From 1dfb8c72e1130d39a04399ac22bc741695e5367c Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Mon, 22 Apr 2024 11:42:33 +0200 Subject: [PATCH] Update docker-compose.yml --- 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 46c7de7..3abe8ef 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://localhost:9200 # adjust to your FQDN domain; https required - PROXY_TLS=true # disable 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: