Prefer docker host ip

This commit is contained in:
2025-08-09 01:00:01 -07:00
parent a659f8ad91
commit e15c40ec50

View File

@@ -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