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

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