Updated linuxserver images to the correct path

This commit is contained in:
Ricardo
2025-07-25 23:21:32 +01:00
parent 52e127c0d2
commit ba0442c372

View File

@@ -22,7 +22,7 @@ services:
deluge:
container_name: deluge
image: 'linuxserver/deluge:latest'
image: 'lscr.io/linuxserver/deluge:latest'
restart: unless-stopped
environment:
- 'PUID=${PUID}'
@@ -52,7 +52,7 @@ services:
sonarr:
container_name: sonarr
image: 'linuxserver/sonarr:latest'
image: 'lscr.io/linuxserver/sonarr:latest'
restart: unless-stopped
network_mode: host
environment:
@@ -65,7 +65,7 @@ services:
- '${HDDSTORAGE}:/MediaCenterBox'
radarr:
container_name: radarr
image: 'linuxserver/radarr:latest'
image: 'lscr.io/linuxserver/radarr:latest'
restart: unless-stopped
network_mode: host
environment:
@@ -79,7 +79,7 @@ services:
bazarr:
container_name: bazarr
image: 'linuxserver/bazarr:latest'
image: 'lscr.io/linuxserver/bazarr:latest'
restart: unless-stopped
#network_mode: host
environment: