Compare commits

...

2 Commits

Author SHA1 Message Date
f78cec5e79 Use portainer http port 2025-08-09 01:13:23 -07:00
e15c40ec50 Prefer docker host ip 2025-08-09 01:00:01 -07:00

View File

@@ -1,12 +1,12 @@
portainer:
url: https://192.168.0.209:9443
url: http://172.17.0.1:9000
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