docs: add default config vars to docker-compose.yml example
This commit is contained in:
parent
3cba5f70fd
commit
2d7fda1b2f
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,8 @@ services:
|
|||
ND_SCANINTERVAL: 1m
|
||||
ND_LOGLEVEL: info
|
||||
ND_PORT: 4533
|
||||
ND_TRANSCODINGCACHESIZE: 100MB
|
||||
ND_SESSIONTIMEOUT: 30m
|
||||
volumes:
|
||||
- "./data:/data"
|
||||
- "./music:/music"
|
||||
|
|
|
|||
Loading…
Reference in a new issue