From: Kris Noble <872971+krisnoble@users.noreply.github.com> Date: Tue, 8 Aug 2023 12:35:21 +0000 (+0100) Subject: Readme: Add data directory mount to docker run command and explanatory note (#824) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=7604a486880e5044cc6aa5318ef6f03ec26a7c7a;p=music-assistant-server.git Readme: Add data directory mount to docker run command and explanatory note (#824) * add data directory mount and note to avoid losing data between updates --- diff --git a/README.md b/README.md index cabd07b7..a7fc6344 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,10 @@ 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 --privileged ghcr.io/music-assistant/server +docker run --network host --privileged -v