diff --git a/README.md b/README.md index bd5a0d4..04b2870 100644 --- a/README.md +++ b/README.md @@ -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 @@ -19,3 +18,7 @@ The `demo_pq` directory contains the demo application. ## Run - `docker-compose up` + +## Cleanup + +- `docker-compose down -v --rmi local`