From e15c40ec509b3a7fbec4f81738f5a6d7387f7047 Mon Sep 17 00:00:00 2001 From: Nikhil Vengal Date: Sat, 9 Aug 2025 01:00:01 -0700 Subject: [PATCH] Prefer docker host ip --- tsdproxy/services.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tsdproxy/services.yaml b/tsdproxy/services.yaml index 5ab9aa6..9df1c63 100644 --- a/tsdproxy/services.yaml +++ b/tsdproxy/services.yaml @@ -1,12 +1,12 @@ portainer: - url: https://192.168.0.209:9443 + url: https://172.17.0.1:9443 sabnzbd: - url: http://192.168.0.209:8080 + url: http://172.17.0.1:8080 radarr: - url: http://192.168.0.209:7878 + url: http://172.17.0.1:7878 sonarr: - url: http://192.168.0.209:8989 + url: http://172.17.0.1:8989 prowlarr: - url: http://192.168.0.209:9696 + url: http://172.17.0.1:9696 bazarr: - url: http://192.168.0.209:6767 + url: http://172.17.0.1:6767