From d4a5508f6a215c5d440ce536adfa2a6cbb0d34be Mon Sep 17 00:00:00 2001 From: Deluan Date: Wed, 22 Jul 2020 12:51:33 -0400 Subject: [PATCH] Remove LogLevel from Dockerfile --- .github/workflows/pipeline.dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pipeline.dockerfile b/.github/workflows/pipeline.dockerfile index 61d73d79..a5279f87 100644 --- a/.github/workflows/pipeline.dockerfile +++ b/.github/workflows/pipeline.dockerfile @@ -27,7 +27,6 @@ COPY --from=copy-binary /navidrome /app/ VOLUME ["/data", "/music"] ENV ND_MUSICFOLDER /music ENV ND_DATAFOLDER /data -ENV ND_LOGLEVEL info ENV ND_PORT 4533 ENV GODEBUG "asyncpreemptoff=1"