replace linuxservers images url from lscr.io to ghcr.io
This commit is contained in:
@@ -55,7 +55,7 @@ services:
|
||||
- media-network
|
||||
|
||||
bazarr:
|
||||
image: lscr.io/linuxserver/bazarr:latest
|
||||
image: ghcr.io/linuxserver/bazarr:latest
|
||||
container_name: bazarr
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
@@ -90,7 +90,7 @@ services:
|
||||
- media-network
|
||||
|
||||
prowlarr:
|
||||
image: lscr.io/linuxserver/prowlarr:develop
|
||||
image: ghcr.io/linuxserver/prowlarr:develop
|
||||
container_name: prowlarr
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
@@ -107,7 +107,7 @@ services:
|
||||
- media-network
|
||||
|
||||
qbittorrent:
|
||||
image: lscr.io/linuxserver/qbittorrent:latest
|
||||
image: ghcr.io/linuxserver/qbittorrent:latest
|
||||
container_name: qbittorrent
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
@@ -137,7 +137,7 @@ services:
|
||||
- QBITTORRENT_BASE_URL=http://192.168.0.5:8200
|
||||
|
||||
radarr:
|
||||
image: lscr.io/linuxserver/radarr:latest
|
||||
image: ghcr.io/linuxserver/radarr:latest
|
||||
container_name: radarr
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
@@ -156,7 +156,7 @@ services:
|
||||
- media-network
|
||||
|
||||
readarr:
|
||||
image: lscr.io/linuxserver/readarr:develop
|
||||
image: ghcr.io/linuxserver/readarr:develop
|
||||
container_name: readarr
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
@@ -183,7 +183,7 @@ services:
|
||||
image: darkalfx/requestrr
|
||||
|
||||
sonarr:
|
||||
image: lscr.io/linuxserver/sonarr:latest
|
||||
image: ghcr.io/linuxserver/sonarr:latest
|
||||
container_name: sonarr
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user