mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-27 14:01:15 +00:00
Update docker-compose.yml
This commit is contained in:
parent
46d2e5e80d
commit
59a5ea0677
|
@ -16,7 +16,7 @@ services:
|
|||
command: ["-c", "ocis init || true; ocis server"]
|
||||
environment:
|
||||
- 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=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:
|
||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/owncloud-ocis/config:/etc/ocis
|
||||
|
|
Loading…
Reference in New Issue
Block a user