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