Skip to content

Commit

Permalink
Merge pull request #2890 from bparmentier/patch-1
Browse files Browse the repository at this point in the history
Use init when running in Docker to avoid zombie process
  • Loading branch information
mikecao authored Dec 12, 2024
2 parents 72fdccb + 995458d commit 67b1c80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ services:
depends_on:
db:
condition: service_healthy
init: true
restart: always
healthcheck:
test: ["CMD-SHELL", "curl http://localhost:3000/api/heartbeat"]
Expand Down

0 comments on commit 67b1c80

Please sign in to comment.