ntfy/docker-compose.yml aktualisiert
This commit is contained in:
parent
893f06c022
commit
96fd8940b8
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ services:
|
|||
- ./volumes/cache:/var/cache/ntfy
|
||||
- ./volumes/ntfy:/etc/ntfy
|
||||
ports:
|
||||
- "127.0.0.1:12080:80"
|
||||
- "127.0.0.1:11080:80"
|
||||
healthcheck: # optional: remember to adapt the host:port to your environment
|
||||
test: ["CMD-SHELL", "wget -q --tries=1 http://localhost:80/v1/health -O - | grep -Eo '\"healthy\"\\s*:\\s*true' || exit 1"]
|
||||
interval: 60s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue