From 27d19f92edd93f17885950a97553f27bb5890d87 Mon Sep 17 00:00:00 2001 From: bokkoman Date: Mon, 15 Apr 2024 22:37:10 +0200 Subject: [PATCH] Update readarr.yml (#204) --- templates/readarr.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/readarr.yml b/templates/readarr.yml index 0abef04..607af0a 100644 --- a/templates/readarr.yml +++ b/templates/readarr.yml @@ -5,7 +5,7 @@ # readarr: container_name: readarr - image: hotio/readarr + image: ghcr.io/hotio/readarr restart: unless-stopped logging: driver: json-file @@ -22,6 +22,7 @@ - PUID=${PUID} - PGID=${PGID} - TZ=${TZ} + - UMASK=002 volumes: - /etc/localtime:/etc/localtime:ro - ${DOCKERCONFDIR}/readarr:/config