From: Marcel van der Veldt Date: Thu, 16 Mar 2023 14:58:04 +0000 (+0100) Subject: Update README.md X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=dac608bf8df543a1953975da3d1aa1ad7ec17319;p=music-assistant-server.git Update README.md --- diff --git a/README.md b/README.md index 7e00c094..76cb87e5 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,9 @@ 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:2.0.0b4 +docker run --network host ghcr.io/music-assistant/server ``` -Replace the 2.0.0b4 tag with the correct version. + 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.