Skip to content

Instantly share code, notes, and snippets.

@AlphaFactory
Last active 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/f95263388b1a1abf8735e90622e8d293 to your computer and use it in GitHub Desktop.
Save AlphaFactory/f95263388b1a1abf8735e90622e8d293 to your computer and use it in GitHub Desktop.
docker create \
--name=plex \
--net=bridge \
-e VERSION=latest \
-e PUID=<Plex UID> -e PGID=<Plex GID> \
-e TZ=<타임존> \
-v <Plex Database가 저장될 경로>:/config \
-v <영상 및 음악 폴더 경로>:/data \
-v <트랜스코딩용 임시폴더 경로>:/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