1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2025-11-28 19:32:14 +01:00

Merge pull request #1460 from EifX/fix/healtcheck

docs: fix healthcheck zombie processes
This commit is contained in:
Philipp C. Heckel 2025-10-13 09:37:23 -04:00 committed by GitHub
commit 54ded9db9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.