mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-22 14:13:40 -07:00
run script
This commit is contained in:
parent
af8b863b01
commit
fa82cfd5ab
1 changed files with 9 additions and 0 deletions
9
docker_run.sh
Normal file
9
docker_run.sh
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue