feat: add conf for data folder, default current folder (not ./data anymore)

This commit is contained in:
Deluan 2020-01-26 16:42:56 -05:00
parent 828dc8f0f4
commit f9db80c409
6 changed files with 16 additions and 8 deletions

View file

@ -56,7 +56,7 @@ services:
environment:
# All options with their default values:
ND_MUSICFOLDER: /music
ND_DBPATH: /data/navidrome.db
ND_DATAFOLDER: /data
ND_SCANINTERVAL: 1m
ND_LOGLEVEL: info
ND_PORT: 4533