mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 14:30:06 +03:00
feat(docker): automatically loads a navidrome.toml file from /data, if available
Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
parent
264d73d73e
commit
1c691ac0e6
@ -133,6 +133,7 @@ COPY --from=build /out/navidrome /app/
|
||||
VOLUME ["/data", "/music"]
|
||||
ENV ND_MUSICFOLDER=/music
|
||||
ENV ND_DATAFOLDER=/data
|
||||
ENV ND_CONFIGFILE=/data/navidrome.toml
|
||||
ENV ND_PORT=4533
|
||||
ENV GODEBUG="asyncpreemptoff=1"
|
||||
RUN touch /.nddockerenv
|
||||
|
Loading…
x
Reference in New Issue
Block a user