#71
pull/91/head
RandomNinjaAtk 2 years ago committed by GitHub
parent ae1fa04560
commit 0da3c92d8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,7 +11,7 @@ COPY --from=builder qemu-arm-static /usr/bin
LABEL maintainer="RandomNinjaAtk" LABEL maintainer="RandomNinjaAtk"
ENV dockerTitle="lidarr-extended" ENV dockerTitle="lidarr-extended"
ENV dockerVersion="arm32v7-1.0.29" ENV dockerVersion="arm32v7-1.0.31"
ENV LANG=en_US.UTF-8 ENV LANG=en_US.UTF-8
ENV autoStart=true ENV autoStart=true
ENV configureLidarrWithOptimalSettings=false ENV configureLidarrWithOptimalSettings=false
@ -38,7 +38,7 @@ ENV youtubeSubtitleLanguage=en
ENV enableAudioScript=true ENV enableAudioScript=true
ENV enableVideoScript=true ENV enableVideoScript=true
ENV matchDistance=5 ENV matchDistance=5
ENV videoFormat="bestvideo+best+bestaudio --no-video-multistreams" ENV videoFormat="bestvideo+best+bestaudio"
RUN \ RUN \
echo "*** install packages ***" && \ echo "*** install packages ***" && \

Loading…
Cancel
Save