🦈🏠🐜 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

10
emby.sh Normal file
View File

@@ -0,0 +1,10 @@
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