Skip to content

Commit

Permalink
Update readarr.yml
Browse files Browse the repository at this point in the history
update image location and added umask
  • Loading branch information
bokkoman authored Apr 11, 2024
1 parent b6f0a13 commit 9fe61d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/readarr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
readarr:
container_name: readarr
image: hotio/readarr
image: ghcr.io/hotio/readarr
restart: unless-stopped
logging:
driver: json-file
Expand All @@ -22,6 +22,7 @@
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}
- UMASK=002
volumes:
- /etc/localtime:/etc/localtime:ro
- ${DOCKERCONFDIR}/readarr:/config
Expand Down

0 comments on commit 9fe61d0

Please sign in to comment.