Skip to content

Commit

Permalink
fix : critial error for consul - now must indicate its versions
Browse files Browse the repository at this point in the history
  • Loading branch information
patternhelloworld committed Feb 7, 2024
1 parent 87039cb commit 34b4cb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose-consul.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
consul:
hostname: consul
container_name: consul
image: hashicorp/consul:latest # https://github.com/hashicorp/consul/issues/17973
image: hashicorp/consul:1.14.11 # https://github.com/hashicorp/consul/issues/17973
restart: always
environment:
- CONSUL_LOCAL_CONFIG={"disable_update_check":true}
Expand All @@ -31,7 +31,7 @@ services:
container_name: registrator
command: -internal consul://consul:8500
privileged: true
image: gliderlabs/registrator:latest
image: gliderlabs/registrator:v7
restart: always
links:
- consul
Expand Down

0 comments on commit 34b4cb0

Please sign in to comment.