diff --git a/docker-compose.yml b/docker-compose.yml index 83165f7..330a682 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,7 +11,7 @@ services: networks: - occto_network healthcheck: - test: ["CMD-SHELL", "pg_isready -U admin"] + test: ["CMD-SHELL", "pg_isready -U admin -d occto_db"] interval: 10s timeout: 5s retries: 5