update apps

This commit is contained in:
Navratan Lal Gupta 2024-02-23 19:18:00 +05:30
parent e8d68ce6de
commit 5e97100c48
No known key found for this signature in database

View File

@ -7,7 +7,7 @@ services:
## Read https://github.com/qdm12/gluetun/wiki for details on configuring VPN for different service providers. ## Read https://github.com/qdm12/gluetun/wiki for details on configuring VPN for different service providers.
profiles: ["vpn"] profiles: ["vpn"]
container_name: vpn container_name: vpn
image: qmcgaw/gluetun:v3.36.0 image: qmcgaw/gluetun:v3.37.0
cap_add: cap_add:
- NET_ADMIN - NET_ADMIN
environment: environment:
@ -56,7 +56,7 @@ services:
## Change password after install from UI --> Tools --> Options --> WebUI ## ## Change password after install from UI --> Tools --> Options --> WebUI ##
qbittorrent: qbittorrent:
container_name: qbittorrent container_name: qbittorrent
image: lscr.io/linuxserver/qbittorrent:4.6.2 image: lscr.io/linuxserver/qbittorrent:4.6.3
# Unomment below if vpn is enabled # Unomment below if vpn is enabled
# depends_on: # Uncomment this line if vpn is enabled # depends_on: # Uncomment this line if vpn is enabled
@ -87,7 +87,7 @@ services:
radarr: radarr:
container_name: radarr container_name: radarr
image: lscr.io/linuxserver/radarr:5.2.6 image: lscr.io/linuxserver/radarr:5.3.6
networks: networks:
- mynetwork # Comment this line if VPN is enabled - mynetwork # Comment this line if VPN is enabled
## Uncomment below lines if VPN is enabled ## Uncomment below lines if VPN is enabled
@ -105,7 +105,7 @@ services:
restart: "unless-stopped" restart: "unless-stopped"
sonarr: sonarr:
image: linuxserver/sonarr:4.0.0-develop image: linuxserver/sonarr:4.0.1-develop
container_name: sonarr container_name: sonarr
networks: networks:
- mynetwork # Comment this line if VPN is enabled - mynetwork # Comment this line if VPN is enabled
@ -125,7 +125,7 @@ services:
prowlarr: prowlarr:
container_name: prowlarr container_name: prowlarr
image: linuxserver/prowlarr:1.11.4 image: linuxserver/prowlarr:1.13.3
# Uncomment below if vpn is enabled # Uncomment below if vpn is enabled
# depends_on: # Uncomment this line if vpn is enabled # depends_on: # Uncomment this line if vpn is enabled