Skip to content

Commit

Permalink
review feedback: added linebreaks, rename docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilde committed Apr 18, 2017
1 parent 2967d22 commit 5c2db90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion consul/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ to automatically registers services with consul

## Startup

The [`docker-compose.yaml`](docker-compose.yaml) file that's included
The [`docker-compose.yml`](docker-compose.yml) file that's included
in this directory is configured to run the demo. Start everything with:

```bash
Expand Down
2 changes: 2 additions & 0 deletions consul/docker-compose.yaml → consul/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
image: "consul:0.8.0"
ports:
- "8500:8500"

service:
image: buoyantio/helloworld
command: ["-addr=:7777", "-text=Hello"]
Expand All @@ -22,6 +23,7 @@ services:
- 4140:4140
depends_on:
- consul-registrator

consul-registrator:
image: gliderlabs/registrator:v7
command: ['consul://consul:8500']
Expand Down

0 comments on commit 5c2db90

Please sign in to comment.