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
+3 -3
View File
@@ -8,9 +8,9 @@ services:
- "4533:4533"
environment:
# See all options and defaults in conf/configuration.go
SONIC_PORT: 4533
SONIC_SCANINTERVAL: 5s
SONIC_LOGLEVEL: debug
ND_PORT: 4533
ND_SCANINTERVAL: 5s
ND_LOGLEVEL: debug
volumes:
- "./data:/data"
- "/Users/deluan/Music/iTunes/iTunes Media/Music:/music"