fixed testing netbox healthcheck test that was stalling tests
This commit is contained in:
@@ -14,7 +14,7 @@ services:
|
|||||||
start_period: 60s
|
start_period: 60s
|
||||||
timeout: 3s
|
timeout: 3s
|
||||||
interval: 15s
|
interval: 15s
|
||||||
test: "curl -f http://localhost:8080/api/ || exit 1"
|
test: "curl -f http://localhost:8080/login/ || exit 1"
|
||||||
ports:
|
ports:
|
||||||
- "9999:8080"
|
- "9999:8080"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user