diff --git a/docker-compose.yml b/docker-compose.yml index 7e4e6a7..dbd63e0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,7 +8,7 @@ services: volumes: - pgdata:/var/lib/postgresql healthcheck: - test: ["CMD-SHELL", "pg_isready -U imap"] + test: ["CMD-SHELL", "pg_isready -U imap imapcopier"] interval: 5s timeout: 3s retries: 5