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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: