Plex
Chris
Posted on April 25, 2023
Plex
Usage
cat > docker-compose.yml <<-'EOF'
# https://hub.docker.com/r/plexinc/pms-docker
# Port: 32400
version: "3"
services:
plex:
image: plexinc/pms-docker
devices:
- "/dev/dri:/dev/dri"
network_mode: host
restart: always
volumes:
- ./plex/config/:/config/
- ./plex/transcode/:/transcode/
- /:/data/
EOF
💖 💪 🙅 🚩
Chris
Posted on April 25, 2023
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
githubcopilot AI Innovations at Microsoft Ignite 2024 What You Need to Know (Part 2)
November 29, 2024