fixed healthcheck
This commit is contained in:
@@ -17,7 +17,7 @@ services:
|
||||
- pinchflat-app:/config
|
||||
- ${PINCHFLAT_DOWNLOAD}:/downloads
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "curl --fail http://localhost:${PORT}/healthcheck || exit 1"]
|
||||
test: ["CMD-SHELL", "curl --fail http://localhost:8945/healthcheck || exit 1"]
|
||||
interval: 30s
|
||||
start_period: 15s
|
||||
deploy:
|
||||
|
||||
Reference in New Issue
Block a user