Skip to content

Commit a144b0f

Browse files
committed
Update docker-compose.yml
1 parent fde7eb3 commit a144b0f

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)