🦈🏠🐜 Initial Commit 🐜🦈🏠

This commit is contained in:
Jason Hempstead
2020-08-05 19:12:39 -04:00
commit d37f538dcc
32 changed files with 1098 additions and 0 deletions

9
daapd.sh Normal file
View 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