From fd0595b5473b8ae9554e4a8cc44c42f7245124a2 Mon Sep 17 00:00:00 2001 From: Alexander Eifler Date: Wed, 8 Oct 2025 21:52:49 +0200 Subject: [PATCH] docs: fix healthcheck zombies --- docs/install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/install.md b/docs/install.md index e487b525..516cdfc2 100644 --- a/docs/install.md +++ b/docs/install.md @@ -307,6 +307,7 @@ services: retries: 3 start_period: 40s restart: unless-stopped + init: true # needed, if healthcheck is used. Prevents zombie processes ``` If using a non-root user when running the docker version, be sure to chown the server.yml, user.db, and cache.db files and attachments directory to the same uid/gid.