Skip to content

Commit

Permalink
Update consul Docker tag to v1.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 27, 2023
1 parent 5d35f2b commit 9c17515
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@ services:
command:
["tox", "-e", "lint"]
consul1:
image: consul:1.10.0
image: consul:1.15.4
ports:
- 8500:8500
command: 'agent -client=0.0.0.0 -datacenter=test -server -bootstrap -node=consul1 -ui'
consul2:
image: consul:1.10.0
image: consul:1.15.4
command: 'agent -client=0.0.0.0 -datacenter=test -retry-join consul1 -retry-interval 1s -node=consul2'
consul3:
image: consul:1.10.0
image: consul:1.15.4
command: 'agent -client=0.0.0.0 -datacenter=test -retry-join consul1 -retry-interval 1s -node=consul3'
consul4:
image: consul:1.10.0
image: consul:1.15.4
command: 'agent -client=0.0.0.0 -datacenter=test -retry-join consul1 -retry-interval 1s -node=consul4'

0 comments on commit 9c17515

Please sign in to comment.