mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-10-27 07:31:07 +00:00
docs: fix healthcheck zombies
This commit is contained in:
parent
7615aa86ad
commit
fd0595b547
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user