Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

Commit

Permalink
Updated readme with docker for mac ports info
Browse files Browse the repository at this point in the history
  • Loading branch information
amyvbenson committed Apr 11, 2017
1 parent 437117d commit 120d9f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ Add `127.0.0.1 app.hid.vm`

### Running the app

* If you are using Docker for Mac you will need to add ports to docker-compose.yml
```
ports:
- 80:80
```
* `docker-compose up`
* visit [http://app.hid.vm](http://app.hid.vm)
Expand Down

0 comments on commit 120d9f0

Please sign in to comment.