From dfec234c204b6c8c7537683eb90bbf917079244b Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Sun, 1 Sep 2024 01:39:58 -0600 Subject: [PATCH] pull_policy: always --- compose/media.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compose/media.yml b/compose/media.yml index 41ded90..22c6851 100644 --- a/compose/media.yml +++ b/compose/media.yml @@ -7,6 +7,7 @@ services: jellyfin: image: lscr.io/linuxserver/jellyfin:latest container_name: jellyfin + pull_policy: always environment: - PUID=1000 - PGID=1000 @@ -21,6 +22,7 @@ services: sonarr: image: lscr.io/linuxserver/sonarr:latest container_name: sonarr + pull_policy: always restart: always ports: - "8989:7878/tcp" @@ -34,6 +36,7 @@ services: radarr: image: lscr.io/linuxserver/radarr:latest container_name: radar + pull_policy: always restart: always ports: - "7878:7878/tcp" @@ -47,6 +50,7 @@ services: sabnzbd: image: lscr.io/linuxserver/sabnzbd:latest container_name: sabnzbd + pull_policy: always restart: always ports: - "8080:8080/tcp"