We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ecc53 commit 00a6e2bCopy full SHA for 00a6e2b
docker-compose.yml
@@ -21,7 +21,7 @@ services:
21
- database
22
- redis
23
healthcheck:
24
- test: ["CMD-SHELL", "ps aux | grep -q "[p]uma" > /dev/null || exit 1"]
+ test: ["CMD-SHELL", "ps aux | grep -q '[p]uma' > /dev/null || exit 1"]
25
interval: 5s
26
timeout: 5s
27
retries: 50
0 commit comments