mirror of
https://github.com/opf/openproject-deploy.git
synced 2026-07-10 22:19:16 +00:00
fixed health check port
This commit is contained in:
@@ -71,7 +71,7 @@ services:
|
||||
- cache
|
||||
- seeder
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:80/health_checks/default"]
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8080/health_checks/default"]
|
||||
interval: 10s
|
||||
timeout: 3s
|
||||
retries: 3
|
||||
|
||||
Reference in New Issue
Block a user