From 8b9d0a41e31d3718406bd699a5e99ff8ff4bc916 Mon Sep 17 00:00:00 2001 From: ZackEndboss Date: Tue, 25 Nov 2025 19:28:08 +0100 Subject: [PATCH] fix: Database not Found - ignore ssl check. --- app/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/entrypoint.sh b/app/entrypoint.sh index 5b664fe..b8437dd 100644 --- a/app/entrypoint.sh +++ b/app/entrypoint.sh @@ -18,7 +18,7 @@ host="$(echo ${host/:$port/} | cut -d/ -f1)" db="$(echo $url | grep / | cut -d/ -f2-)" # Create service and node if they doesnt exist -mysql $db -h $host -P $port -u $user -p"$pass" <