Skip to content
This repository was archived by the owner on Apr 30, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions media-management/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ networks:
services:

sonarr:
image: linuxserver/sonarr:4.0.2
image: linuxserver/sonarr:4.0.3
container_name: sonarr
environment:
- PUID=1000
Expand Down Expand Up @@ -81,7 +81,7 @@ services:
retries: 5

qbittorrent:
image: lscr.io/linuxserver/qbittorrent:4.6.3
image: lscr.io/linuxserver/qbittorrent:4.6.4
container_name: qbittorrent
ports:
- 8383:8383
Expand Down Expand Up @@ -177,7 +177,7 @@ services:
retries: 5

nextcloud:
image: linuxserver/nextcloud:28.0.2
image: linuxserver/nextcloud:28.0.4
container_name: nextcloud
environment:
- PUID=1000
Expand Down Expand Up @@ -212,7 +212,7 @@ services:
retries: 10

prowlarr:
image: linuxserver/prowlarr:1.13.3
image: linuxserver/prowlarr:1.15.0
container_name: prowlarr
environment:
- PUID=1000
Expand Down Expand Up @@ -294,7 +294,7 @@ services:
retries: 5

sabnzbd:
image: lscr.io/linuxserver/sabnzbd:4.2.2
image: lscr.io/linuxserver/sabnzbd:4.2.3
container_name: sabnzbd
environment:
- PUID=1000
Expand Down