Upgrade ntfy (v2.7.0-0 -> v2.7.0-2) and switch it to a non-privileged port

Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2846
This commit is contained in:
Slavi Pantaleev
2023-08-26 08:20:56 +03:00
parent 767b86edca
commit af636a1bb0
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
{% if matrix_nginx_proxy_enabled %}
{# Use the embedded DNS resolver in Docker containers to discover the service #}
resolver {{ matrix_nginx_proxy_http_level_resolver }} valid=5s;
set $backend "matrix-ntfy:80";
set $backend "matrix-ntfy:8080";
proxy_pass http://$backend;
{% else %}
{# Generic configuration for use outside of our container setup #}