Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Kleger committed Aug 22, 2017
1 parent 1aea858 commit 202a2fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ docker run -p <port-on-host>:<port-inside-docker-container> <image-name>
```

### Using Docker Compose
Compose is a tool for defining and running multi-container Docker applications. This is recommended for web development as you can use features like hot deployment and live reloading on your local machine

Get Docker Compose docs [here](https://docs.docker.com/compose/)

You can find some example files [here](examples/docker-compose)
Expand Down

0 comments on commit 202a2fb

Please sign in to comment.