feat(heimdall): fix wrong port.
This commit is contained in:
parent
210fb9734f
commit
b1d635f2fd
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
services.traefik.dynamicConfigOptions.http = {
|
||||
services.ntfy-sh.loadBalancer.servers = [
|
||||
{
|
||||
url = "http://localhost:3001";
|
||||
url = "http://localhost:2586";
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue