From c09b117c658190d58a4d394cc0f50ba2f2925fa2 Mon Sep 17 00:00:00 2001 From: vet Date: Mon, 20 Apr 2026 23:08:11 +0700 Subject: [PATCH] test --- 07-start-frontend.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07-start-frontend.sh b/07-start-frontend.sh index a731ddb..29c7400 100755 --- a/07-start-frontend.sh +++ b/07-start-frontend.sh @@ -71,7 +71,7 @@ declare -A FE_ENV=( [pc]="" [meetingh5]="" [h5]="" - [cms]="PORT=8001" + [cms]="HOST=0.0.0.0 PORT=8001" [build-cms]="PORT=8002" [build-down]="PORT=8003" )