Removed /ping from checkhealth on traccar service

Fixes no available server error
This commit is contained in:
ShadowArcanist 2025-09-29 04:21:17 +05:30 committed by GitHub
parent d81ed86920
commit 8884ac378d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,7 @@ services:
postgres:
condition: service_healthy
healthcheck:
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://127.0.0.1:8082/ping"]
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://127.0.0.1:8082"]
interval: 30s
timeout: 10s
retries: 3