fixed health check port

This commit is contained in:
Markus Kahl
2021-12-21 00:40:32 +00:00
parent 340a8ec463
commit 687918e722

View File

@@ -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