mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-02-20 07:12:07 +00:00
Update docker-compose.yml
fix indent
This commit is contained in:
parent
95705816d7
commit
8b17ffc307
|
@ -15,7 +15,7 @@ services:
|
||||||
# therefore we ignore the error and then start the ocis server
|
# therefore we ignore the error and then start the ocis server
|
||||||
command: ["-c", "ocis init || true; ocis server"]
|
command: ["-c", "ocis init || true; ocis server"]
|
||||||
environment:
|
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
|
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
|
OCIS_INSECURE: "true" # required if you use a reverse proxy with SSL support in front
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user