Files
opencloud/tests/acceptance/docker/src/ocis-image.yml
Ralf Haferkamp 94f0c8a481 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
2021-09-14 15:06:42 +02:00

5 lines
81 B
YAML

services:
ocis-server:
image: owncloud/ocis:$OCIS_IMAGE_TAG
user: root