Skip to content

Commit 00a6e2b

Browse files
committed
Update docker-compose.yml
1 parent 75ecc53 commit 00a6e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
- database
2222
- redis
2323
healthcheck:
24-
test: ["CMD-SHELL", "ps aux | grep -q "[p]uma" > /dev/null || exit 1"]
24+
test: ["CMD-SHELL", "ps aux | grep -q '[p]uma' > /dev/null || exit 1"]
2525
interval: 5s
2626
timeout: 5s
2727
retries: 50

0 commit comments

Comments
 (0)