Skip to content

Instantly share code, notes, and snippets.

@rubyon
Last active November 4, 2018 00:38
Show Gist options
  • Save rubyon/1811267e85c3937ef7319f20c15ad818 to your computer and use it in GitHub Desktop.
Save rubyon/1811267e85c3937ef7319f20c15ad818 to your computer and use it in GitHub Desktop.
sudo docker run -d \
--name plex \
--net=host \
--restart=always \
-e PUID=0 \
-e PGID=0 \
-e TZ="Asia/Seoul" \
-v /home/docker/plex/config:/config \
-v /home/docker/plex/transcode:/transcode \
-v /home/rubyon/Shared/Downloads:/Downloads \
-v /home/rubyon/Shared/recordings:/Recordings \
-v /home/rubyon/Shared/Plex\ Media:/Plex\ Media \
plexinc/pms-docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment