🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2023-02-23 23:38:31 -05:00
parent b10c2c4167
commit f60b5e55e5
63 changed files with 437 additions and 384 deletions

11
scripts/daapd.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/usr/bin/env 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