Usage comments added to docker-compose-eos-test.yml
This commit is contained in:
@@ -8,6 +8,8 @@ networks:
|
|||||||
services:
|
services:
|
||||||
ocis:
|
ocis:
|
||||||
container_name: ocis
|
container_name: ocis
|
||||||
|
## Comment out either the 'build:' section or the 'image:' line. They are mutually exclusive.
|
||||||
|
## Using an image is prefered, as this is the published way of building and faster.
|
||||||
image: owncloud/eos-ocis:${EOS_OCIS_TAG:-1.0.0-rc5}
|
image: owncloud/eos-ocis:${EOS_OCIS_TAG:-1.0.0-rc5}
|
||||||
#build:
|
#build:
|
||||||
# context: ./docker/eos-ocis
|
# context: ./docker/eos-ocis
|
||||||
|
|||||||
Reference in New Issue
Block a user