Remove LogLevel from Dockerfile

This commit is contained in:
Deluan
2020-07-22 12:51:33 -04:00
parent 036f9d6730
commit d4a5508f6a
-1
View File
@@ -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"