update tools
Signed-off-by: Navratan Lal Gupta <navilg0409@gmail.com>
This commit is contained in:
parent
5d802f3265
commit
fda0a069b3
@ -62,7 +62,7 @@ services:
|
||||
qbittorrent:
|
||||
profiles: ["vpn", "no-vpn"]
|
||||
container_name: qbittorrent
|
||||
image: lscr.io/linuxserver/qbittorrent:5.0.0
|
||||
image: lscr.io/linuxserver/qbittorrent:5.0.2
|
||||
|
||||
# Unomment below if vpn is enabled
|
||||
# depends_on: # Uncomment this line if vpn is enabled
|
||||
@ -95,7 +95,7 @@ services:
|
||||
radarr:
|
||||
profiles: ["vpn", "no-vpn"]
|
||||
container_name: radarr
|
||||
image: lscr.io/linuxserver/radarr:5.13.1
|
||||
image: lscr.io/linuxserver/radarr:5.15.1
|
||||
networks:
|
||||
- mynetwork # Comment this line if VPN is enabled
|
||||
## Uncomment below lines if VPN is enabled
|
||||
@ -114,7 +114,7 @@ services:
|
||||
|
||||
sonarr:
|
||||
profiles: ["vpn", "no-vpn"]
|
||||
image: linuxserver/sonarr:4.0.10
|
||||
image: linuxserver/sonarr:4.0.11
|
||||
container_name: sonarr
|
||||
networks:
|
||||
- mynetwork # Comment this line if VPN is enabled
|
||||
@ -135,7 +135,7 @@ services:
|
||||
prowlarr:
|
||||
profiles: ["vpn", "no-vpn"]
|
||||
container_name: prowlarr
|
||||
image: linuxserver/prowlarr:1.25.4
|
||||
image: linuxserver/prowlarr:1.27.0
|
||||
|
||||
# Uncomment below if vpn is enabled
|
||||
# depends_on: # Uncomment this line if vpn is enabled
|
||||
@ -159,7 +159,7 @@ services:
|
||||
|
||||
jellyseerr:
|
||||
profiles: ["vpn", "no-vpn"]
|
||||
image: fallenbagel/jellyseerr:2.0.1
|
||||
image: fallenbagel/jellyseerr:2.1.0
|
||||
container_name: jellyseerr
|
||||
networks:
|
||||
- mynetwork
|
||||
@ -175,7 +175,7 @@ services:
|
||||
|
||||
jellyfin:
|
||||
profiles: ["vpn", "no-vpn"]
|
||||
image: linuxserver/jellyfin:10.9.11
|
||||
image: linuxserver/jellyfin:10.10.3
|
||||
container_name: jellyfin
|
||||
networks:
|
||||
- mynetwork
|
||||
|
Loading…
Reference in New Issue
Block a user