diff --git a/docker-compose.yml b/docker-compose.yml index 89ab526..02cf35c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,7 +19,7 @@ services: POSTGRES_USER: user POSTGRES_PASSWORD: password healthcheck: - test: ["CMD-SHELL", "pg_isready -U $${POSTGRES_USER} -d $${POSTGRES_DB} || exit 1"] + test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB}"] interval: 5s timeout: 10s retries: 15