diff --git a/docker_run.sh b/docker_run.sh new file mode 100644 index 00000000..0bd78552 --- /dev/null +++ b/docker_run.sh @@ -0,0 +1,9 @@ +#!/bin/bash +docker rm -f plexpy +docker pull lngarrett/plexpy:latest +docker run \ + --name="plexpy" \ + --publish=8181:8181 \ + --restart="always" \ + --detach=true \ + lngarrett/plexpy