Created dedicated radarr and prowlarr demo images and pushed them up to DockerHub, and updated the script to be a true one liner
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
FROM lscr.io/linuxserver/radarr:latest
|
||||
|
||||
ENV PUID=1000
|
||||
ENV PGID=1000
|
||||
ENV TZ=Etc/UTC
|
||||
|
||||
COPY ./mock-htpc/radarr/ /config
|
||||
COPY ./mock-htpc/movies /movies
|
||||
COPY ./mock-htpc/films /films
|
||||
|
||||
Reference in New Issue
Block a user