diff --git a/docker-compose.yml b/docker-compose.yml index 43b75c4..c6a16e6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,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: @@ -86,7 +86,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 # Comment this if vpn is disabled depends_on: # Comment this line if vpn is disabled - vpn # Comment this line if vpn is disabled @@ -110,7 +110,7 @@ services: restart: "unless-stopped" radarr: container_name: radarr - image: lscr.io/linuxserver/radarr:5.0.3 + image: lscr.io/linuxserver/radarr:5.1.3 networks: mynetwork: ipv4_address: ${RADARR_STATIC_CONTAINER_IP} # It should be available IPv4 address in range of docker network `mynetwork` e.g. 172.20.0.2 @@ -162,7 +162,7 @@ services: prowlarr: container_name: prowlarr - image: linuxserver/prowlarr:1.8.6 + image: linuxserver/prowlarr:1.11.4 # Comment this if vpn is disabled depends_on: # Comment this line if vpn is disabled - vpn # Comment this line if vpn is disabled @@ -181,7 +181,7 @@ services: restart: unless-stopped jellyfin: - image: lscr.io/linuxserver/jellyfin:10.8.11 + image: lscr.io/linuxserver/jellyfin:10.8.13 container_name: jellyfin networks: - mynetwork