Remove unnecessary config from docker images

This commit is contained in:
Deluan
2020-07-12 14:09:32 -04:00
parent ee0ae0a06c
commit 3319f78de0
-3
View File
@@ -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