Skip to content

Instantly share code, notes, and snippets.

@AlphaFactory
Created October 17, 2017 10:35
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 AlphaFactory/51eeb8fcd480b769d8985311bb886ed2 to your computer and use it in GitHub Desktop.
Save AlphaFactory/51eeb8fcd480b769d8985311bb886ed2 to your computer and use it in GitHub Desktop.
docker create \
--name=plex \
--net=bridge \
-e VERSION=latest \
-e PUID=1035 -e PGID=100 \
-e TZ=Asia/Seoul \
-v /volume1/plex/config:/config \
-v /volume1/plex/data:/data \
-v /volume1/plex/transcode:/transcode \
-p 32400:32400 \
-p 32400:32400/udp \
linuxserver/plex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment