Update docker-compose.yaml

This commit is contained in:
iza
2025-06-23 13:01:08 +03:00
committed by GitHub
parent cbe152e83d
commit 0555d2893d

View File

@ -11,7 +11,7 @@ services:
ports:
- "5432:5432"
healthcheck:
test: ["CMD-SHELL", "pg_isready -U opencut"]
test: ["CMD", "pg_isready -U opencut"]
interval: 30s
timeout: 10s
retries: 5