Skip to content

Commit

Permalink
Added docker instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
michielpost committed Sep 10, 2018
1 parent fb1523d commit c80c951
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ NOTE: [Hue Entertainment](https://developers.meethue.com/entertainment-blog) sup
- Enter the IP, Key and EntertainmentKey in appsettings.json
- Run the HueLightDJ.Web project(dotnet run inside the HueLightDJ.Web directory)

## Docker
```
docker pull michielpost/huelightdj
docker run -d -p 8080:80 michielpost/huelightdj
```
HueLightDJ is now available on port 8080

## Feature Wishlist
- More build in effects
- Support for a hardware controller using WebMidi
Expand Down

0 comments on commit c80c951

Please sign in to comment.