Skip to content

Commit

Permalink
update apps
Browse files Browse the repository at this point in the history
  • Loading branch information
navilg committed Jan 7, 2024
1 parent dd72a0e commit 5fe86b2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5fe86b2

Please sign in to comment.