commit | 87314cd53cb4c61e7e62b0ed3fc6da94603cc507 | [log] [tgz] |
---|---|---|
author | Jonathan Hart <jono@opennetworking.org> | Mon Feb 12 17:15:35 2018 -0800 |
committer | Jonathan Hart <jono@opennetworking.org> | Tue Feb 27 19:38:18 2018 +0000 |
tree | 27aee91c381ed08e7fe08d407c523665a68bf927 | |
parent | 72bbcfe2e1bc59cf7cf729311348eeb255b6e2cf [diff] [blame] |
VOL-629: Change name of consul service to 'vconsul'. This avoids conflicts with other services named consul in some environments Change-Id: If42119a57d01cf441df8e1ca92c1043923f59c03
diff --git a/compose/docker-compose-consul-cluster.yml b/compose/docker-compose-consul-cluster.yml index 16a4a45..dd5d372 100644 --- a/compose/docker-compose-consul-cluster.yml +++ b/compose/docker-compose-consul-cluster.yml
@@ -26,7 +26,7 @@ version: "3" services: - consul: + vconsul: image: "${REGISTRY}consul:${CONSUL_TAG:-0.9.2}" logging: driver: "json-file"