From bc3b5a3409d3bb31da1b327ee7ad53682f13ba5f Mon Sep 17 00:00:00 2001 From: liqiang-fit2cloud Date: Fri, 15 Mar 2024 11:05:11 +0800 Subject: [PATCH] =?UTF-8?q?build:=20allinone=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- installer/run-maxkb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/run-maxkb.sh b/installer/run-maxkb.sh index 0c26a471d..4f388f695 100644 --- a/installer/run-maxkb.sh +++ b/installer/run-maxkb.sh @@ -4,7 +4,7 @@ docker-entrypoint.sh postgres & # Wait postgress -until pg_isready --host=3333; do sleep 1 && echo "waiting for postgres"; done +until pg_isready --host=127.0.0.1; do sleep 1 && echo "waiting for postgres"; done # Start MaxKB python /opt/maxkb/app/main.py start &