mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-03-13 17:19:52 +00:00
Update docker-compose.yml
This commit is contained in:
parent
59a5ea0677
commit
1dfb8c72e1
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user