From 025cd6830a3f3a56e0fbb43440aac48d93d90063 Mon Sep 17 00:00:00 2001 From: jun Date: Mon, 11 Nov 2024 18:05:53 +0800 Subject: [PATCH] check port '10000' which using in k8s mode --- playground.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground.sh b/playground.sh index 0416afd..a51070a 100755 --- a/playground.sh +++ b/playground.sh @@ -32,7 +32,7 @@ dockerComposeCommand="" requiredDiskSpaceGB=25 requiredRamGB=8 requiredCpuCores=2 -requiredPorts=(8090 9001 3307 19000 19083 60070 13306 15342 18080 18888 19090 13000) +requiredPorts=(8090 9001 3307 10000 19000 19083 60070 13306 15342 18080 18888 19090 13000) testDocker() { echo "[INFO] Testing Docker environment by running hello-world..."