fix: Use linuxserver/readarr (hotio has no readarr)
This commit is contained in:
parent
1a15015ff1
commit
db53d4e6ba
1 changed files with 1 additions and 2 deletions
|
|
@ -80,13 +80,12 @@ services:
|
||||||
|
|
||||||
readarr:
|
readarr:
|
||||||
container_name: readarr
|
container_name: readarr
|
||||||
image: ghcr.io/hotio/readarr:latest
|
image: lscr.io/linuxserver/readarr:latest
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Europe/Berlin
|
- TZ=Europe/Berlin
|
||||||
- UMASK=022
|
|
||||||
networks:
|
networks:
|
||||||
- media_network
|
- media_network
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue