diff --git a/docker-compose.yml b/docker-compose.yml index 9df90c0..90ef584 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,7 +12,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