Skip to content

Instantly share code, notes, and snippets.

@dnburgess
Last active February 19, 2022 20:28
Show Gist options
  • Select an option

  • Save dnburgess/1a9318cdeb4eb65ec0f50f6d024e8db7 to your computer and use it in GitHub Desktop.

Select an option

Save dnburgess/1a9318cdeb4eb65ec0f50f6d024e8db7 to your computer and use it in GitHub Desktop.
DB Tech Plex Temp Fix for Latest Release Issues
---
version: "2.1"
services:
plex:
image: ghcr.io/linuxserver/plex:1.21.0.3616-d87012962-ls5
container_name: plex
network_mode: host
environment:
- PUID=1000
- PGID=1000
- VERSION=docker
- UMASK_SET=022 #optional
- PLEX_CLAIM= #optional
volumes:
- /path/to/library:/config
- /path/to/tvseries:/tv
- /path/to/movies:/movies
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment