FIX (cron): Fix settuping cron job for restart

This commit is contained in:
Rostislav Dugin
2025-06-08 18:32:01 +03:00
parent b61364e2ad
commit 376e46a9dd
2 changed files with 5 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ services:
command: -p 5437
shm_size: 10gb
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgresus -d postgresus -p 5437"]
test: ["CMD-SHELL", "pg_isready -U postgres -d postgresus -p 5437"]
interval: 5s
timeout: 5s
retries: 5