Skip to content

Instantly share code, notes, and snippets.

@PHLAK
Created June 1, 2018 21:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PHLAK/6cdf38eae7f250e62362cee4c2d82d2c to your computer and use it in GitHub Desktop.
Save PHLAK/6cdf38eae7f250e62362cee4c2d82d2c to your computer and use it in GitHub Desktop.
Plex Docker compose file
version: '2'
services:
plex-media-server:
container_name: plex-media-server
image: plexinc/pms-docker
environment:
PLEX_CLAIM: [YOUR_TOKEN_HERE]
TZ: America/Phoenix
network_mode: host
volumes:
- plex-config:/config
- plex-transcode:/transcode
- /path/to/your/media:/data
restart: unless-stopped
volumes:
plex-config: {}
plex-transcode: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment