Adding info about environment variable

This commit is contained in:
Juan Ariza
2016-11-15 11:51:29 +01:00
parent 5894c7994c
commit 6d714827dc

View File

@@ -16,7 +16,10 @@ services:
depends_on:
- mariadb
environment:
- OWNCLOUD_HOST=localhost # Only works the first time you run your container. See https://github.com/bitnami/bitnami-docker-owncloud/blob/master/README.md
# Host for accessing OwnCloud
# note: this setting will only be applied on the first run
# ref: https://github.com/bitnami/bitnami-docker-owncloud#configuration
- OWNCLOUD_HOST=localhost
volumes:
mariadb_data:
driver: local