Update docker-compose.yml

This commit is contained in:
2026-07-21 04:41:25 +07:00
parent b6e68bdd90
commit c741cd19a0
+1 -1
View File
@@ -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