Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions full-download-vpn/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1379,7 +1379,7 @@ services:
###########################################################################
###########################################################################
readarr:
image: lscr.io/linuxserver/readarr:develop
image: lscr.io/linuxserver/readarr:0.4.18-develop
container_name: readarr
restart: unless-stopped
depends_on:
Expand Down Expand Up @@ -1737,7 +1737,7 @@ services:
###########################################################################
###########################################################################
whisparr:
image: hotio/whisparr:nightly
image: ghcr.io/hotio/whisparr:nightly
container_name: whisparr
restart: unless-stopped
depends_on:
Expand Down
4 changes: 2 additions & 2 deletions mini-download-vpn/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,7 @@ services:
###########################################################################
###########################################################################
readarr:
image: lscr.io/linuxserver/readarr:develop
image: lscr.io/linuxserver/readarr:0.4.18-develop
container_name: readarr
restart: unless-stopped
volumes:
Expand Down Expand Up @@ -1623,7 +1623,7 @@ services:
###########################################################################
###########################################################################
whisparr:
image: hotio/whisparr:nightly
image: ghcr.io/hotio/whisparr:nightly
container_name: whisparr
restart: unless-stopped
volumes:
Expand Down
4 changes: 2 additions & 2 deletions no-download-vpn/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,7 @@ services:
###########################################################################
###########################################################################
readarr:
image: lscr.io/linuxserver/readarr:develop
image: lscr.io/linuxserver/readarr:0.4.18-develop
container_name: readarr
restart: unless-stopped
volumes:
Expand Down Expand Up @@ -1548,7 +1548,7 @@ services:
###########################################################################
###########################################################################
whisparr:
image: hotio/whisparr:nightly
image: ghcr.io/hotio/whisparr:nightly
container_name: whisparr
restart: unless-stopped
volumes:
Expand Down