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

14
scripts/plex.sh Executable file
View File

@@ -0,0 +1,14 @@
#!/usr/bin/env bash
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