Skip to content

Instantly share code, notes, and snippets.

@rubyon
Created March 28, 2017 06:43
Show Gist options
  • Save rubyon/1f8c14b3d2ea78cc60b54be8367fbc2c to your computer and use it in GitHub Desktop.
Save rubyon/1f8c14b3d2ea78cc60b54be8367fbc2c to your computer and use it in GitHub Desktop.
sudo docker run -d \
--restart=always \
--name plexconnect \
--net=rubyon \
--ip=192.168.10.11 \
-v /home/docker/plexconnect:/plexconnect \
-e PLEXCONNECT_IP_PLEXCONNECT_EXTERNAL=192.168.10.11 \
varju/plexconnect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment