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,8 @@
|
||||
FROM lscr.io/linuxserver/prowlarr:latest
|
||||
|
||||
ENV PUID=1000
|
||||
ENV PGID=1000
|
||||
ENV TZ=Etc/UTC
|
||||
|
||||
COPY ./mock-htpc/prowlarr/ /config
|
||||
|
||||
Reference in New Issue
Block a user