From 96fd8940b8d02281818593886862e4bf95cac54f Mon Sep 17 00:00:00 2001 From: sujiba Date: Tue, 19 Mar 2024 21:46:38 +0000 Subject: [PATCH] ntfy/docker-compose.yml aktualisiert --- ntfy/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntfy/docker-compose.yml b/ntfy/docker-compose.yml index b34de18..40c598a 100644 --- a/ntfy/docker-compose.yml +++ b/ntfy/docker-compose.yml @@ -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