update apps
This commit is contained in:
parent
dd72a0e5c6
commit
5fe86b2fa1
@ -7,7 +7,7 @@ services:
|
||||
## Read https://github.com/qdm12/gluetun/wiki for details on configuring VPN for different service providers.
|
||||
profiles: ["vpn"]
|
||||
container_name: vpn
|
||||
image: qmcgaw/gluetun:v3.35.0
|
||||
image: qmcgaw/gluetun:v3.36.0
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
environment:
|
||||
@ -56,7 +56,7 @@ services:
|
||||
## Change password after install from UI --> Tools --> Options --> WebUI ##
|
||||
qbittorrent:
|
||||
container_name: qbittorrent
|
||||
image: lscr.io/linuxserver/qbittorrent:4.5.5
|
||||
image: lscr.io/linuxserver/qbittorrent:4.6.2
|
||||
|
||||
# Unomment below if vpn is enabled
|
||||
# depends_on: # Uncomment this line if vpn is enabled
|
||||
@ -87,7 +87,7 @@ services:
|
||||
|
||||
radarr:
|
||||
container_name: radarr
|
||||
image: lscr.io/linuxserver/radarr:5.0.3
|
||||
image: lscr.io/linuxserver/radarr:5.2.6
|
||||
networks:
|
||||
- mynetwork # Comment this line if VPN is enabled
|
||||
## Uncomment below lines if VPN is enabled
|
||||
@ -125,7 +125,7 @@ services:
|
||||
|
||||
prowlarr:
|
||||
container_name: prowlarr
|
||||
image: linuxserver/prowlarr:1.8.6
|
||||
image: linuxserver/prowlarr:1.11.4
|
||||
|
||||
# Uncomment below if vpn is enabled
|
||||
# depends_on: # Uncomment this line if vpn is enabled
|
||||
@ -147,7 +147,7 @@ services:
|
||||
restart: unless-stopped
|
||||
|
||||
jellyfin:
|
||||
image: linuxserver/jellyfin:10.8.11
|
||||
image: linuxserver/jellyfin:10.8.13
|
||||
container_name: jellyfin
|
||||
networks:
|
||||
- mynetwork
|
||||
|
Loading…
Reference in New Issue
Block a user