File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '3.7'
33services :
44
55 consul-server1 :
6- image : hashicorp/consul:1.11.2
6+ image : hashicorp/consul:1.16.1@sha256:8a163661acf3a07a5bc69d156b4e345e14342756fe1fe3833d14070e8d67b088
77 container_name : consul-server1
88 restart : always
99 volumes :
@@ -19,7 +19,7 @@ services:
1919 command : " agent -bootstrap-expect=3"
2020
2121 consul-server2 :
22- image : hashicorp/consul:1.11.2
22+ image : hashicorp/consul:1.16.1@sha256:8a163661acf3a07a5bc69d156b4e345e14342756fe1fe3833d14070e8d67b088
2323 container_name : consul-server2
2424 restart : always
2525 volumes :
@@ -31,7 +31,7 @@ services:
3131 command : " agent -bootstrap-expect=3"
3232
3333 consul-server3 :
34- image : hashicorp/consul:1.11.2
34+ image : hashicorp/consul:1.16.1@sha256:8a163661acf3a07a5bc69d156b4e345e14342756fe1fe3833d14070e8d67b088
3535 container_name : consul-server3
3636 restart : always
3737 volumes :
You can’t perform that action at this time.
0 commit comments