Last active
March 26, 2017 06:14
-
-
Save rubyon/a01dff43c7cbfabc99ea1914d0347c61 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 \ | |
--restart=always \ | |
--name=plexpy \ | |
--net=host \ | |
-v /home/docker/plexpy/config:/config \ | |
-v /home/docker/plexpy/logs:/logs:ro \ | |
-e PGID=0 -e PUID=0 \ | |
-e TZ="Asia/Seoul" \ | |
-p 8181:8181 \ | |
linuxserver/plexpy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment