Skip to content

Instantly share code, notes, and snippets.

@dnburgess
Created December 9, 2020 15:58
Show Gist options
  • Save dnburgess/081e8602b684c18d90c2c8aa6c750354 to your computer and use it in GitHub Desktop.
Save dnburgess/081e8602b684c18d90c2c8aa6c750354 to your computer and use it in GitHub Desktop.
DB Tech Plex Bionic Fix for Latest Release Issues
---
version: "2.1"
services:
plex:
image: ghcr.io/linuxserver/plex:bionic
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