Rename env vars prefix to ND_

This commit is contained in:
Deluan 2020-01-24 01:29:31 -05:00
parent d48ddacaba
commit bff6f3a4bd
18 changed files with 42 additions and 42 deletions

View file

@ -44,9 +44,9 @@ COPY --from=gobuilder /src/navidrome /app/
COPY --from=gobuilder /tmp/ffmpeg*/ffmpeg /usr/bin/
VOLUME ["/data", "/music"]
ENV SONIC_DBPATH /data/navidrome.db
ENV SONIC_MUSICFOLDER /music
ENV SONIC_LOGLEVEL info
ENV ND_DBPATH /data/navidrome.db
ENV ND_MUSICFOLDER /music
ENV ND_LOGLEVEL info
EXPOSE 4533
WORKDIR /app