Skip to content

Commit 85ca20f

Browse files
committed
fix opencloud docker compose file
1 parent 4b8a672 commit 85ca20f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose-opencloud.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
services:
2-
ocis:
2+
opencloud:
33
image: opencloudeu/opencloud-rolling:${OC_IMAGE_TAG:-latest}
44
entrypoint: /bin/sh
55
command: ['-c', 'opencloud init || true && opencloud server']
@@ -16,7 +16,7 @@ services:
1616
IDM_ADMIN_PASSWORD: admin
1717
# PROXY
1818
PROXY_ENABLE_BASIC_AUTH: true
19-
PROXY_CSP_CONFIG_FILE_LOCATION: /etc/ocis/csp.yml
19+
PROXY_CSP_CONFIG_FILE_LOCATION: /etc/opencloud/csp.yml
2020
volumes:
2121
- ./dist:/web/apps:ro
22-
- ./dev/config/csp.yml:/etc/ocis/csp.yml
22+
- ./dev/config/csp.yml:/etc/opencloud/csp.yml

0 commit comments

Comments
 (0)