We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cf6754 commit d562792Copy full SHA for d562792
test/integration/docker-compose.yml
@@ -3,7 +3,7 @@ version: '3.7'
3
services:
4
5
consul-server1:
6
- image: hashicorp/consul:1.11.2
+ image: hashicorp/consul:1.21.2
7
container_name: consul-server1
8
restart: always
9
volumes:
@@ -19,7 +19,7 @@ services:
19
command: "agent -bootstrap-expect=3"
20
21
consul-server2:
22
23
container_name: consul-server2
24
25
@@ -31,7 +31,7 @@ services:
31
32
33
consul-server3:
34
35
container_name: consul-server3
36
37
0 commit comments