feat(heimdall): fix wrong port.

This commit is contained in:
CronyAkatsuki 2025-05-04 19:16:08 +02:00
parent 210fb9734f
commit b1d635f2fd

View File

@ -12,7 +12,7 @@
services.traefik.dynamicConfigOptions.http = { services.traefik.dynamicConfigOptions.http = {
services.ntfy-sh.loadBalancer.servers = [ services.ntfy-sh.loadBalancer.servers = [
{ {
url = "http://localhost:3001"; url = "http://localhost:2586";
} }
]; ];