diff --git a/ocis/docker-compose-eos-test.yml b/ocis/docker-compose-eos-test.yml index 2d1c2a3c2..dfcdba481 100644 --- a/ocis/docker-compose-eos-test.yml +++ b/ocis/docker-compose-eos-test.yml @@ -8,9 +8,11 @@ networks: services: ocis: container_name: ocis - #image: owncloud/eos-ocis:1.0.0-rc2 - build: - context: ./docker/eos-ocis + image: owncloud/eos-ocis:${EOS_OCIS_TAG:-1.0.0-rc5} + #build: + # context: ./docker/eos-ocis + # args: + # BRANCH: ${BRANCH:-v1.0.0-rc5} tty: true privileged: true stdin_open: true