1.0.25 - Set new default parameters...

pull/35/head
RandomNinjaAtk 2 years ago committed by GitHub
parent f046c0d62a
commit 47373f5b7b
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.24" ENV dockerVersion="arm32v7-1.0.25"
ENV LANG=en_US.UTF-8 ENV LANG=en_US.UTF-8
ENV autoStart=true ENV autoStart=true
ENV configureLidarrWithOptimalSettings=false ENV configureLidarrWithOptimalSettings=false
@ -34,6 +34,8 @@ ENV enableReplaygainTags=true
ENV downloadPath=/downloads-lidarr-extended ENV downloadPath=/downloads-lidarr-extended
ENV SMA_PATH /usr/local/sma ENV SMA_PATH /usr/local/sma
ENV youtubeSubtitleLanguage=en ENV youtubeSubtitleLanguage=en
ENV enableAudioScript=true
ENV enableVideoScript=true
RUN \ RUN \
echo "*** install packages ***" && \ echo "*** install packages ***" && \

Loading…
Cancel
Save