mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-22 06:13:25 -07:00
proper docker port
This commit is contained in:
parent
8a1cbba023
commit
ef6f35b8ec
2 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
[](https://gitter.im/drzoidberg33/plexpy?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
|
||||
[](https://circleci.com/gh/lngarrett/plexpy)
|
||||
|
||||
A python based web application for monitoring, analytics and notifications for Plex Media Server (www.plex.tv).
|
||||
|
||||
This project is based on code from Headphones (https://github.com/rembo10/headphones) and PlexWatchWeb (https://github.com/ecleese/plexWatchWeb).
|
||||
|
|
|
@ -13,7 +13,7 @@ dependencies:
|
|||
|
||||
test:
|
||||
override:
|
||||
- docker run -d -p 8989:8989 lngarrett/plexpy
|
||||
- docker run -d -p 8181:8181 lngarrett/plexpy
|
||||
- sleep 60
|
||||
- curl http://localhost:8181
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue