:-'Generic Commit'
Some checks failed
Build-Test-Publish / Build (push) Failing after 31s

This commit is contained in:
Your Name
2025-05-30 22:55:58 +12:00
parent 8f2a8d053f
commit 7f3387cc19
2 changed files with 2 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ services:
sos:
image: gitea.jde.nz/public/simple-object-storage:test
container_name: sos-test
network_mode: "host"
ports:
- 7703:7703
restart: no

View File

@@ -84,7 +84,7 @@ if ! wait_for_container "sos-test"; then
fi
# run the tests. Docker inside docker support!
"${SCRIPT_DIR}/test.sh" "http://sos-test:7703"
"${SCRIPT_DIR}/test.sh" "http://127.0.0.1:7703"
RESULT=$?
# clean up.