Skip to content

Commit

Permalink
Make docker-compose.yml docker tags match the project README (#116)
Browse files Browse the repository at this point in the history
* Make docker-compose.yml docker tags match the project README
  • Loading branch information
mramshaw authored and travisjeffery committed Apr 26, 2018
1 parent 12a6ddd commit 21bc435
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ services:
jocko_a:
build:
context: .
image: travisjeffery:jocko
image: travisjeffery/jocko:latest
command: jocko broker --id 0 --raft-addr=jocko_a:9093

jocko_b:
build:
context: .
image: travisjeffery:jocko
image: travisjeffery/jocko:latest
command: jocko broker --serf-members=jocko_a:9094 --id 1 --raft-addr=jocko_b:9093

jocko_c:
build:
context: .
image: travisjeffery:jocko
image: travisjeffery/jocko:latest
command: jocko broker --serf-members=jocko_a:9094 --id 2 --raft-addr=jocko_c:9093

0 comments on commit 21bc435

Please sign in to comment.