Skip to content

Instantly share code, notes, and snippets.

@rubyon
Last active March 26, 2017 06:14
Show Gist options
  • Save rubyon/a01dff43c7cbfabc99ea1914d0347c61 to your computer and use it in GitHub Desktop.
Save rubyon/a01dff43c7cbfabc99ea1914d0347c61 to your computer and use it in GitHub Desktop.
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