mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Merge pull request #2890 from bparmentier/patch-1
Use init when running in Docker to avoid zombie process
This commit is contained in:
commit
67b1c80f31
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
db:
|
db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
init: true
|
||||||
restart: always
|
restart: always
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "curl http://localhost:3000/api/heartbeat"]
|
test: ["CMD-SHELL", "curl http://localhost:3000/api/heartbeat"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue