mirror of
https://github.com/bitnami/containers.git
synced 2026-02-13 07:47:15 +08:00
Adding info about environment variable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user