Update docker images

This commit is contained in:
Colin Hebert
2023-04-16 09:58:03 +10:00
parent 1520a5a63f
commit abe6faf9b9
15 changed files with 20 additions and 17 deletions

View File

@@ -3,7 +3,7 @@ name: Book collector
services:
readarr-audiobook:
hostname: readarr-audiobook
image: linuxserver/readarr:develop # TODO: Move to a stable version
image: lscr.io/linuxserver/readarr:develop # TODO: Move to a stable version
profiles: [ebooks]
environment:
PUID: ${NASCOMPOSE_UID?}
@@ -22,7 +22,7 @@ services:
readarr-ebook:
hostname: readarr-ebook
image: linuxserver/readarr:develop # TODO: Move to a stable version
image: lscr.io/linuxserver/readarr:develop # TODO: Move to a stable version
profiles: [ebooks]
environment:
PUID: ${NASCOMPOSE_UID?}