mirror of
https://github.com/casjaysdevdocker/tools
synced 2026-01-27 10:34:45 -05:00
🦈🏠🐜❗ Initial Commit ❗🐜🦈🏠
This commit is contained in:
9
daapd.sh
Normal file
9
daapd.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
Reference in New Issue
Block a user