Skip to content

Commit

Permalink
Fixed docker compose (consul service) (#1898)
Browse files Browse the repository at this point in the history
  • Loading branch information
turric4n authored Jul 13, 2023
1 parent 78b5852 commit 41b61cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ services:
- "${TMPDIR:-/tmp/localstack}:/tmp/localstack"
- "/var/run/docker.sock:/var/run/docker.sock"
consul:
image: consul:latest
image: hashicorp/consul:latest
ports:
- "8500:8500"
- "8600:8600"
Expand Down

0 comments on commit 41b61cc

Please sign in to comment.