Skip to content

Commit

Permalink
update readme doc and docker image for consul
Browse files Browse the repository at this point in the history
Signed-off-by: NishanthSpShetty <nishanthspshetty@gmail.com>
  • Loading branch information
NishanthSpShetty committed Aug 3, 2024
1 parent f8e7857 commit f0e2ab6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ Currently lignum implements two modes of replication strategy, 1. WAL replicatio
### Requirement
Consul service

You can run consul in docker with the following command
You can run consul in docker with the following command, (use sudo if needed)
```
docker-compose up
docker compose up
```

### Test
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3"
services:
consul:
hostname: consul
image: "consul"
image: "hashicorp/consul"
restart: always
ports:
- "8500:8500"
Expand Down

0 comments on commit f0e2ab6

Please sign in to comment.