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