Traefik use 127.0.0.1

This commit is contained in:
♥ Minnie ♥ 2024-06-05 23:09:46 +08:00
parent d660bf8101
commit 8f4801ebf8
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
13 changed files with 13 additions and 13 deletions

View file

@ -35,7 +35,7 @@
services.traefik.dynamicConfigOptions.http.services = {
radarr.loadBalancer.servers = [
{ url = "http://192.168.1.102:7878"; }
{ url = "http://127.0.0.1:7878"; }
];
};
}