Solved pgadmin healthcheck bug

This commit is contained in:
2025-04-05 18:17:44 +02:00
parent 4407d99a1b
commit c31a8fb329

View File

@@ -11,7 +11,7 @@ services:
{% include 'templates/docker/container/depends-on-just-database.yml.j2' %}
{% include 'templates/docker/container/networks.yml.j2' %}
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost"]
test: ["CMD", "wget", "--spider", "-q", "http://localhost:80/"]
interval: 30s
timeout: 10s
retries: 3