From fc0a70edf76c9a7c7908e6713059294a9bd3400a Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Fri, 24 Jan 2025 17:47:43 +0100 Subject: [PATCH] try again --- customers/base/nextcloud-configmap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customers/base/nextcloud-configmap.yml b/customers/base/nextcloud-configmap.yml index 7ef0e06..c76b664 100644 --- a/customers/base/nextcloud-configmap.yml +++ b/customers/base/nextcloud-configmap.yml @@ -29,7 +29,7 @@ data: 'config_is_read_only' => false, 'csrf.disabled' => true, 'datadirectory' => '/var/www/html/data', - 'dbhost' => getenv('MYSQL_HOST') . ':' . getenv('MYSQL_PORT'), + 'dbhost' => getenv('MYSQL_HOST'), 'dbname' => getenv('MYSQL_DATABASE'), 'dbpassword' => getenv('MYSQL_PASSWORD'), 'dbport' => getenv('MYSQL_PORT'),