Skip to content

Commit

Permalink
check port '10000' which using in k8s mode
Browse files Browse the repository at this point in the history
  • Loading branch information
orenccl committed Nov 11, 2024
1 parent e9bca19 commit 025cd68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down

0 comments on commit 025cd68

Please sign in to comment.