Created a mock Sonarr container for the beta release
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
FROM lscr.io/linuxserver/sonarr:latest
|
||||
|
||||
ENV PUID=1000
|
||||
ENV PGID=1000
|
||||
ENV TZ=Etc/UTC
|
||||
|
||||
COPY ./mock-htpc/sonarr/ /config
|
||||
COPY ./mock-htpc/tv /tv
|
||||
|
||||
Reference in New Issue
Block a user