Update docker-compose.yml

fix indent
This commit is contained in:
LRVT
2023-07-03 01:19:30 +02:00
committed by GitHub
parent 95705816d7
commit 8b17ffc307

View File

@@ -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: