From 8f2a8d053fa6003687b6dd0a1c2a6eee1cc6824c Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 30 May 2025 22:36:23 +1200 Subject: [PATCH] :-'Generic Commit' --- testing/test-docker.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/test-docker.sh b/testing/test-docker.sh index 518d80a..718d97c 100755 --- a/testing/test-docker.sh +++ b/testing/test-docker.sh @@ -83,8 +83,8 @@ if ! wait_for_container "sos-test"; then die "Container sos-test is not healthy" fi -# run the tests. -"${SCRIPT_DIR}/test.sh" "http://127.0.0.1:7703" +# run the tests. Docker inside docker support! +"${SCRIPT_DIR}/test.sh" "http://sos-test:7703" RESULT=$? # clean up.