mirror of
https://github.com/casjaysdevdocker/tools
synced 2025-01-18 06:34:31 -05:00
9 lines
268 B
Bash
9 lines
268 B
Bash
mkdir -p /var/lib/docker/storage/daapd/etc && chmod -Rf 777 /var/lib/docker/storage/daapd
|
|
|
|
docker run -d \
|
|
--name=daapd \
|
|
--hostname daapd \
|
|
--net=host \
|
|
-v /var/lib/docker/storage/daapd/etc:/config \
|
|
-v /mnt/media/Music:/music \
|
|
registry.casjay.in/latest/daapd:latest |