mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-08 04:20:59 -05:00
tests: Run ocis container as root for testsuite
For running the acceptance tests in docker we setup a volume that is shared between the ocis and oc10/testsuite container. Since ocis needs to be able to write to that volume we're switching it to run as root. Closes #2497
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
services:
|
services:
|
||||||
ocis-server:
|
ocis-server:
|
||||||
image: owncloud/ocis:$OCIS_IMAGE_TAG
|
image: owncloud/ocis:$OCIS_IMAGE_TAG
|
||||||
|
user: root
|
||||||
|
|||||||
Reference in New Issue
Block a user