Merge pull request #2890 from bparmentier/patch-1
Use init when running in Docker to avoid zombie process
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user