🗃️ 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

12
scripts/emby.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/usr/bin/env bash
mkdir -p /var/lib/docker/storage/emby/ &&
chmod -Rf 777 /var/lib/docker/storage/emby
docker run -d \
--restart always \
--name emby \
--volume /var/lib/docker/storage/emby:/config \
--volume /mnt/media:/mnt/media \
--publish 8096:8096 \
--publish 8920:8920 \
registry.casjay.in/latest/embyserver:latest