mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-08-10 08:27:25 +00:00
fix(review-fixes): surgical content corrections from web-verified library deep review
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user