From 65996c2c0a2b20694cbfc479b91b9e595a33e1f5 Mon Sep 17 00:00:00 2001 From: Tim Shepardson Date: Mon, 15 Jun 2026 14:25:18 -0500 Subject: [PATCH] troubleshoot docker-compose --- docker-compose.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index c9f1e88..eb67657 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -32,11 +32,11 @@ services: volumes: - pgdata:/var/lib/postgresql/data restart: unless-stopped - healthcheck: - test: ["CMD-SHELL", "pg_isready -U $${POSTGRES_USER} -d $${POSTGRES_DB}"] - interval: 10s - timeout: 5s - retries: 5 + # healthcheck: + # test: ["CMD-SHELL", "pg_isready -U $${POSTGRES_USER} -d $${POSTGRES_DB}"] + # interval: 10s + # timeout: 5s + # retries: 5 networks: - internal