add ENV retryNotFound=90

#150
pull/153/head
RandomNinjaAtk 2 years ago committed by GitHub
parent 8ca7f3ea37
commit 029138408e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,7 +11,7 @@ COPY --from=builder qemu-aarch64-static /usr/bin
LABEL maintainer="RandomNinjaAtk" LABEL maintainer="RandomNinjaAtk"
ENV dockerTitle="lidarr-extended" ENV dockerTitle="lidarr-extended"
ENV dockerVersion="arm64v8-1.0.33" ENV dockerVersion="arm64v8-1.0.34"
ENV LANG=en_US.UTF-8 ENV LANG=en_US.UTF-8
ENV autoStart=true ENV autoStart=true
ENV configureLidarrWithOptimalSettings=false ENV configureLidarrWithOptimalSettings=false
@ -41,6 +41,7 @@ ENV matchDistance=5
ENV videoFormat="bestvideo*+bestaudio/best" ENV videoFormat="bestvideo*+bestaudio/best"
ENV scriptInterval=15m ENV scriptInterval=15m
ENV videoDownloadTag="" ENV videoDownloadTag=""
ENV retryNotFound=90
RUN \ RUN \
echo "*** install packages ***" && \ echo "*** install packages ***" && \

Loading…
Cancel
Save