diff --git a/README.md b/README.md index 56a90ac3..ac80b3a3 100644 --- a/README.md +++ b/README.md @@ -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) +[![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). This project is based on code from Headphones (https://github.com/rembo10/headphones) and PlexWatchWeb (https://github.com/ecleese/plexWatchWeb). diff --git a/circle.yml b/circle.yml index 588f6243..c484553f 100644 --- a/circle.yml +++ b/circle.yml @@ -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