feat: Created the Lidarr mock and added a justfile
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
FROM lscr.io/linuxserver/lidarr:latest
|
||||
|
||||
ENV PUID=1000
|
||||
ENV PGID=1000
|
||||
ENV TZ=Etc/UTC
|
||||
|
||||
COPY ./mock-htpc/lidarr/ /config
|
||||
COPY ./mock-htpc/music /music
|
||||
Reference in New Issue
Block a user