full refactoring re mothership to endos
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
docker run -d \
|
||||
--name musicassistant \
|
||||
--privileged \
|
||||
--restart=unless-stopped \
|
||||
-v /home/hjalmarlucius/.config/musicassistant:/data \
|
||||
-v /mnt/hdd1/music/:/media/ \
|
||||
--network=host \
|
||||
ghcr.io/music-assistant/server
|
||||
Reference in New Issue
Block a user