Skip to content

Commit fde7eb3

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

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 rails > /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)