ntfy/docker-compose.yml aktualisiert

This commit is contained in:
sujiba 2024-03-19 21:46:38 +00:00
parent 893f06c022
commit 96fd8940b8

View file

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