Skip to content

Commit

Permalink
Added docker-compose section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus de Pourbaix committed Feb 12, 2016
1 parent 7549ae5 commit 27c0fb9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ usage not work. Just a heads up.
* Run with for example `docker run -t -i -P -p 8080:8080 vertxdemo/frontend-js`
* Check your Docker container for it's ip and access frontend at that address i.e. <http://xxx.xxx.xxx.xxx:8080>.

## Docker Compose
* A simple docker-compose setup exists in the project root. While standing in root, calling `docker-compose up` will start
all modules, using the `Dockerfile` files as settings.

0 comments on commit 27c0fb9

Please sign in to comment.