Skip to content

Instantly share code, notes, and snippets.

@TheLeftMoose
Created August 31, 2019 20:22
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 TheLeftMoose/61fd0c8885d7d97b6c3b931a1d40f444 to your computer and use it in GitHub Desktop.
Save TheLeftMoose/61fd0c8885d7d97b6c3b931a1d40f444 to your computer and use it in GitHub Desktop.
version: '2'
services:
plex:
container_name: plex
image: plexinc/pms-docker:latest
restart: unless-stopped
ports:
- 32400:32400/tcp
- 3005:3005/tcp
- 8324:8324/tcp
- 32469:32469/tcp
- 1900:1900/udp
- 32410:32410/udp
- 32412:32412/udp
- 32413:32413/udp
- 32414:32414/udp
environment:
- TZ=Europe/Copenhagen
- PLEX_CLAIM=claim-<FILL YOUR OWN>
network_mode: host
volumes:
- /data/plexserver/database:/config
- /data/plexserver/transcode:/transcode
- /data/videos-tv_shows-music:/data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment