Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Bentley <[email protected]>
  • Loading branch information
mbentley committed Mar 17, 2016
1 parent 1a2a022 commit 3194789
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Original Author: Evan Hazlett (https://github.com/ehazlett/docker-demo)
This is a Go demo application with a PostgreSQL database used for demonstrating Docker and Docker Compose

# Demo
The `demo_pq` directory contains the demo application.

## Requirements

Expand All @@ -19,3 +18,7 @@ The `demo_pq` directory contains the demo application.
## Run

- `docker-compose up`

## Cleanup

- `docker-compose down -v --rmi local`

0 comments on commit 3194789

Please sign in to comment.