We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b8a672 commit 85ca20fCopy full SHA for 85ca20f
docker-compose-opencloud.yml
@@ -1,5 +1,5 @@
1
services:
2
- ocis:
+ opencloud:
3
image: opencloudeu/opencloud-rolling:${OC_IMAGE_TAG:-latest}
4
entrypoint: /bin/sh
5
command: ['-c', 'opencloud init || true && opencloud server']
@@ -16,7 +16,7 @@ services:
16
IDM_ADMIN_PASSWORD: admin
17
# PROXY
18
PROXY_ENABLE_BASIC_AUTH: true
19
- PROXY_CSP_CONFIG_FILE_LOCATION: /etc/ocis/csp.yml
+ PROXY_CSP_CONFIG_FILE_LOCATION: /etc/opencloud/csp.yml
20
volumes:
21
- ./dist:/web/apps:ro
22
- - ./dev/config/csp.yml:/etc/ocis/csp.yml
+ - ./dev/config/csp.yml:/etc/opencloud/csp.yml
0 commit comments