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