From c2242c4b93391474a0a1efc72b722ee7d98e68c8 Mon Sep 17 00:00:00 2001 From: Travis Tomka Date: Thu, 30 Mar 2017 20:04:44 -0600 Subject: [PATCH] Update README with additional supported commands. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ff6e5d2..7756038 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,9 @@ The following commands have been implemented: - docker-compose up - docker-compose down +- docker-compose start +- docker-compose restart +- docker-compose pause I'll be adding the rests of the docker-compose commands shortly. Or if you want to create a PR with additional commands that would be much appreciated.