Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuka committed Mar 31, 2020
1 parent a560d46 commit 68d7fa2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,16 +367,16 @@ $ docker run --rm --name cete-node1 \
-p 9000:9000 \
mosuka/cete:latest cete start \
--id=node1 \
--bind-addr=:7000 \
--grpc-addr=:9000 \
--http-addr=:8000 \
--data-dir=/tmp/cete/node1
--raft-address=:7000 \
--grpc-address=:9000 \
--http-address=:8000 \
--data-directory=/tmp/cete/node1
```

You can execute the command in docker container as follows:

```bash
$ docker exec -it cete-node1 cete node --grpc-addr=:9000
$ docker exec -it cete-node1 cete node --grpc-address=:9000
```

## Securing Cete
Expand Down

0 comments on commit 68d7fa2

Please sign in to comment.