mirror of
https://github.com/casjaysdevdocker/tools
synced 2025-09-20 03:57:39 -04:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
11
scripts/daapd.sh
Executable file
11
scripts/daapd.sh
Executable 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
|
Reference in New Issue
Block a user