Skip to content

Commit

Permalink
Merge pull request EOSIO#3865 from EOSIO/docker-patch-andrianto
Browse files Browse the repository at this point in the history
Update docker keosd consistency in README
  • Loading branch information
Greg Lee authored Jun 15, 2018
2 parents 9c80c92 + 8650d25 commit 6d237eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ After `docker-compose up -d`, two services named `nodeosd` and `keosd` will be s
You can run the `cleos` commands via a bash alias.

```bash
alias cleos='docker-compose exec keosd /opt/eosio/bin/cleos -u http://nodeosd:8888 --wallet-url http://localhost:8888'
alias cleos='docker-compose exec keosd /opt/eosio/bin/cleos -u http://nodeosd:8888 --wallet-url http://localhost:8900'
cleos get info
cleos get account inita
```
Expand Down Expand Up @@ -142,7 +142,7 @@ version: "3"
services:
nodeosd:
image: eosio/eos:latest
command: /opt/eosio/bin/nodeosd.sh -e
command: /opt/eosio/bin/nodeosd.sh --data-dir /opt/eosio/bin/data-dir -e
hostname: nodeosd
ports:
- 8888:8888
Expand All @@ -154,7 +154,7 @@ services:

keosd:
image: eosio/eos:latest
command: /opt/eosio/bin/keosd
command: /opt/eosio/bin/keosd --wallet-dir /opt/eosio/bin/data-dir --http-server-address=127.0.0.1:8900
hostname: keosd
links:
- nodeosd
Expand Down

0 comments on commit 6d237eb

Please sign in to comment.