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

12
plex.sh Normal file
View File

@@ -0,0 +1,12 @@
mkdir -p /var/lib/docker/storage/plex && chmod -Rf 777 /var/lib/docker/storage/plex
docker run \
--restart=always \
--name=plex \
--net=host \
-e VERSION=latest \
-e TZ=America/New_York \
-v /var/lib/docker/storage/plex:/config \
-v /mnt/media:/data \
-v /tmp:/transcode \
registry.casjay.in/latest/plex:latest