mirror of
https://github.com/casjaysdevdocker/tools
synced 2025-01-18 12:34:31 -05:00
8 lines
177 B
Bash
8 lines
177 B
Bash
|
docker run -d \
|
||
|
--name=subsonic \
|
||
|
--hostname subsonic \
|
||
|
--restart=always \
|
||
|
--privileged \
|
||
|
-p 4040:4040 \
|
||
|
-v /mnt/media/Music:/var/music:ro \
|
||
|
registry.casjay.in/latest/subsonic:6
|