Prefer docker host ip
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user