fixed testing netbox healthcheck test that was stalling tests

This commit is contained in:
W Anders
2025-01-09 08:24:48 -07:00
parent d000b39536
commit bf07369226
+1 -1
View File
@@ -14,7 +14,7 @@ services:
start_period: 60s
timeout: 3s
interval: 15s
test: "curl -f http://localhost:8080/api/ || exit 1"
test: "curl -f http://localhost:8080/login/ || exit 1"
ports:
- "9999:8080"