proper docker port

This commit is contained in:
Logan Garrett 2015-12-08 03:51:35 +00:00
commit ef6f35b8ec
2 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,8 @@
[![Join the chat at https://gitter.im/drzoidberg33/plexpy](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/drzoidberg33/plexpy?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Join the chat at https://gitter.im/drzoidberg33/plexpy](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/drzoidberg33/plexpy?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Circle CI](https://circleci.com/gh/lngarrett/docker-sonarr.svg?style=svg)](https://circleci.com/gh/lngarrett/plexpy)
A python based web application for monitoring, analytics and notifications for Plex Media Server (www.plex.tv). 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). This project is based on code from Headphones (https://github.com/rembo10/headphones) and PlexWatchWeb (https://github.com/ecleese/plexWatchWeb).

View file

@ -13,7 +13,7 @@ dependencies:
test: test:
override: override:
- docker run -d -p 8989:8989 lngarrett/plexpy - docker run -d -p 8181:8181 lngarrett/plexpy
- sleep 60 - sleep 60
- curl http://localhost:8181 - curl http://localhost:8181