Last active
November 4, 2018 00:38
-
-
Save rubyon/1811267e85c3937ef7319f20c15ad818 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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