From: Marcel van der Veldt Date: Fri, 10 Mar 2023 13:10:36 +0000 (+0100) Subject: update readme X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=9f85c1a3cd0dec421ba155b1a6d3c157b461e225;p=music-assistant-server.git update readme --- diff --git a/README.md b/README.md index 30dff936..5a5421de 100644 --- 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. ____________