Fix check line

This commit is contained in:
Dmitry Bikulov
2026-08-23 17:27:44 +03:00
parent 483c6de184
commit bfb01eab25
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ services:
volumes:
- ./data/miniflux-db:/var/lib/postgresql
healthcheck:
test: ["CMD-SHELL", "pg_isready", "-U", "miniflux", "-d", "miniflux"]
test: ["CMD", "pg_isready", "-U", "miniflux", "-d", "miniflux"]
interval: 10s
timeout: 5s
retries: 5