Use ip address rather than docker service name

This commit is contained in:
2025-08-07 01:26:46 -07:00
parent fe9152ab5b
commit a659f8ad91

View File

@@ -1,12 +1,12 @@
portainer: portainer:
url: http://192.168.0.209:9443 url: https://192.168.0.209:9443
sabnzbd: sabnzbd:
url: http://sabnzbd:8080 url: http://192.168.0.209:8080
radarr: radarr:
url: http://radarr:7878 url: http://192.168.0.209:7878
sonarr: sonarr:
url: http://sonarr:8989 url: http://192.168.0.209:8989
prowlarr: prowlarr:
url: http://prowlarr:9696 url: http://192.168.0.209:9696
bazarr: bazarr:
url: http://bazarr:6767 url: http://192.168.0.209:6767