From b9dc5990fa83b6637c6185ee37d732277da7022a Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Thu, 4 Feb 2016 12:26:23 -0800 Subject: [PATCH 1/2] Remove -d from Compose command Signed-off-by: Ben Firshman --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20dce92..980f9e6 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Running Run in this directory: - $ docker-compose up -d + $ docker-compose up The app will be running on port 5000 on your Docker host, and the results will be on port 5001. From 0d194512465f1762e114c45bce8a42138360234b Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Thu, 4 Feb 2016 12:26:42 -0800 Subject: [PATCH 2/2] Fix typo in image name Signed-off-by: Ben Firshman --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 980f9e6..c034528 100644 --- a/README.md +++ b/README.md @@ -29,5 +29,5 @@ Docker Hub images Docker Hub images for services in this app are built automatically from master: - [docker/example-voting-app-voting-app](https://hub.docker.com/r/docker/example-voting-app-voting-app/) - - [docker/example-voting-app-results-app](https://hub.docker.com/r/docker/example-voting-app-results-app/) + - [docker/example-voting-app-result-app](https://hub.docker.com/r/docker/example-voting-app-result-app/) - [docker/example-voting-app-worker](https://hub.docker.com/r/docker/example-voting-app-worker/)