From 4ee718e465abe7dc9d1d1281e01ce2f79cfdd3fe Mon Sep 17 00:00:00 2001 From: Firu <105530193+Luzefiru@users.noreply.github.com> Date: Sun, 28 Dec 2025 21:30:01 +0800 Subject: [PATCH] fix(template): make databasus connect to predefined network --- bootstrap/helpers/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/helpers/constants.php b/bootstrap/helpers/constants.php index bbbe2bc05..30ca36f2e 100644 --- a/bootstrap/helpers/constants.php +++ b/bootstrap/helpers/constants.php @@ -72,7 +72,7 @@ const NEEDS_TO_CONNECT_TO_PREDEFINED_NETWORK = [ 'pgadmin', - 'postgresus', + 'databasus', 'redis-insight', ]; const NEEDS_TO_DISABLE_GZIP = [