Skip to content

Commit

Permalink
chore: update consul version in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
GuangmingLuo committed May 8, 2024
1 parent eb99a53 commit 27a20f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
prepare:
docker pull consul:latest
docker run -d --rm --name=dev-consul -e CONSUL_BIND_INTERFACE=eth0 -p 8500:8500 consul:latest
docker pull consul:1.15
docker run -d --rm --name=dev-consul -e CONSUL_BIND_INTERFACE=eth0 -p 8500:8500 consul:1.15

stop:
docker stop dev-consul

0 comments on commit 27a20f4

Please sign in to comment.