mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Rename env vars prefix to ND_
This commit is contained in:
parent
d48ddacaba
commit
bff6f3a4bd
18 changed files with 42 additions and 42 deletions
|
@ -50,10 +50,10 @@ services:
|
|||
- "4533:4533"
|
||||
environment:
|
||||
# All options with their default values:
|
||||
SONIC_MUSICFOLDER: /music
|
||||
SONIC_PORT: 4533
|
||||
SONIC_SCANINTERVAL: 10s
|
||||
SONIC_LOGLEVEL: debug
|
||||
ND_MUSICFOLDER: /music
|
||||
ND_PORT: 4533
|
||||
ND_SCANINTERVAL: 10s
|
||||
ND_LOGLEVEL: debug
|
||||
volumes:
|
||||
- "./data:/data"
|
||||
- "/Users/deluan/Music/iTunes/iTunes Media/Music:/music"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue