From 3319f78de03b30aaa1421719a028c9f745819e14 Mon Sep 17 00:00:00 2001 From: Deluan Date: Sun, 12 Jul 2020 14:09:32 -0400 Subject: [PATCH] Remove unnecessary config from docker images --- .github/workflows/pipeline.dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/pipeline.dockerfile b/.github/workflows/pipeline.dockerfile index 593e5a4ef..b771114a8 100644 --- a/.github/workflows/pipeline.dockerfile +++ b/.github/workflows/pipeline.dockerfile @@ -27,9 +27,6 @@ COPY --from=copy-binary /navidrome /app/ VOLUME ["/data", "/music"] ENV ND_MUSICFOLDER /music ENV ND_DATAFOLDER /data -ENV ND_SCANINTERVAL 1m -ENV ND_TRANSCODINGCACHESIZE 100MB -ENV ND_SESSIONTIMEOUT 30m ENV ND_LOGLEVEL info ENV ND_PORT 4533