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).
____________