v1.0.0002 - Set default audio format and bitrate

pull/6/head
RandomNinjaAtk 2 years ago committed by GitHub
parent 53904ea34c
commit 32af208f4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,9 @@ FROM linuxserver/lidarr:amd64-nightly
LABEL maintainer="RandomNinjaAtk"
ENV dockerTitle="lidarr-extended"
ENV dockerVersion="1.0.0001"
ENV dockerVersion="1.0.0002"
ENV audioFormat=native
ENV audioBitrate=lossless
RUN \
echo "************ install packages ************" && \

Loading…
Cancel
Save