Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/container.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSameer Naik <sameer@damagehead.com>2016-10-16 16:49:12 +0300
committerSameer Naik <sameer@damagehead.com>2016-10-16 16:49:12 +0300
commit04a4d63a54ee19f2231a2301a5c5696bfac1346b (patch)
tree668767cf5f0d466ef924698d4b084ae1d19b527d
parent0f87ec5c65c939bedae386cd9c24b7f2fef82b52 (diff)
functions: fix linking support for official postgres image
-rw-r--r--assets/runtime/functions1
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/runtime/functions b/assets/runtime/functions
index 6318689..792b980 100644
--- a/assets/runtime/functions
+++ b/assets/runtime/functions
@@ -169,6 +169,7 @@ nextcloud_finalize_database_parameters() {
# support for linked official postgres image
DB_USER=${DB_USER:-$POSTGRESQL_ENV_POSTGRES_USER}
DB_PASS=${DB_PASS:-$POSTGRESQL_ENV_POSTGRES_PASSWORD}
+ DB_NAME=${DB_NAME:-$POSTGRESQL_ENV_POSTGRES_DB}
DB_NAME=${DB_NAME:-$DB_USER}
# support for linked sameersbn/postgresql image