diff --git a/roles/docker-pgadmin/templates/docker-compose.yml.j2 b/roles/docker-pgadmin/templates/docker-compose.yml.j2 index c5511217..e84b8291 100644 --- a/roles/docker-pgadmin/templates/docker-compose.yml.j2 +++ b/roles/docker-pgadmin/templates/docker-compose.yml.j2 @@ -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