docs: add default config vars to docker-compose.yml example

This commit is contained in:
Deluan 2020-03-24 12:34:31 -04:00
parent 3cba5f70fd
commit 2d7fda1b2f

View File

@ -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"