update readme
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Sat, 1 Apr 2023 21:23:11 +0000 (23:23 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Sat, 1 Apr 2023 21:23:11 +0000 (23:23 +0200)
README.md

index 76cb87e57a2479f304bf09807793c0ef8eae981d..a48626c778b79b843fcfce7d2607941339b1d815 100644 (file)
--- a/README.md
+++ b/README.md
@@ -39,12 +39,12 @@ By far the most convenient way to run the Music Assistant Server is to install t
 An alternative way to run the Music Assistant server is by running the docker image:
 
 ```
-docker run --network host ghcr.io/music-assistant/server
+docker run --network host --privileged 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.
+Note that accessing remote (SMB) shares can be done from within MA itself using the SMB File provider (but requires the priviliged flag).
 
 ____________