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:
Diffstat (limited to 'assets/runtime/functions')
-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