fix(review-fixes): surgical content corrections from web-verified library deep review

This commit is contained in:
yeasy
2026-05-19 19:45:02 -07:00
parent 4075330dba
commit 58504e9316
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -150,7 +150,7 @@ services:
redis:
image: redis
healthcheck:
test: [CMD, redis-cli, ping]
test: ["CMD", "redis-cli", "ping"]
interval: 5s
timeout: 3s
retries: 5
@@ -158,7 +158,7 @@ services:
db:
image: postgres
healthcheck:
test: [CMD-SHELL, pg_isready -U postgres]
test: ["CMD-SHELL", "pg_isready -U postgres"]
interval: 5s
timeout: 3s
retries: 5