projects
/
music-assistant-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e90d83f
)
update readme
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Fri, 10 Mar 2023 13:10:36 +0000
(14:10 +0100)
committer
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Fri, 10 Mar 2023 13:10:36 +0000
(14:10 +0100)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index 30dff9367203e4d183bde2d7a6682d909256d22e..5a5421de76bc361d7486460d9f141ce54bff8e87 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-43,7
+43,8
@@
docker run --network host ghcr.io/music-assistant/server
```
You must run the docker container with host network mode and the data volume is `/data`.
-
+If you want access to your local music files from within MA, make sure to also mount that, e.g. /media.
+Note that accessing remote (SMB) shares can be done from within MA itself using the SMB File provider.
____________