Skip to content

Commit 9b6e2a7

Browse files
committed
Update Consul 1.3.1 in docker-compose files
Fix edgexfoundry#85 For the Edinburgh release, upgrade Consul in docker-files to use v1.3.1 Signed-off-by: Trevor Conn <[email protected]>
1 parent cc0a6c6 commit 9b6e2a7

4 files changed

+4
-4
lines changed

compose-files/docker-compose-edinburgh-1.0.0.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ services:
3737
- consul-data:/consul/data
3838

3939
consul:
40-
image: consul:1.1.0
40+
image: consul:1.3.1
4141
ports:
4242
- "8400:8400"
4343
- "8500:8500"

compose-files/docker-compose-nexus.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ services:
3737
- consul-data:/consul/data
3838

3939
consul:
40-
image: consul:1.1.0
40+
image: consul:1.3.1
4141
ports:
4242
- "8400:8400"
4343
- "8500:8500"

compose-files/docker-compose-redis-edinburgh-1.0.0.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ services:
3737
- consul-data:/consul/data
3838

3939
consul:
40-
image: consul:1.1.0
40+
image: consul:1.3.1
4141
ports:
4242
- "8400:8400"
4343
- "8500:8500"

compose-files/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ services:
3737
- consul-data:/consul/data
3838

3939
consul:
40-
image: consul:1.1.0
40+
image: consul:1.3.1
4141
ports:
4242
- "8400:8400"
4343
- "8500:8500"

0 commit comments

Comments
 (0)