Skip to content

Commit

Permalink
Merge pull request #246 from verbotenj/chore-update-readme
Browse files Browse the repository at this point in the history
chore: Update README for docker-compose v2 hyphen issue
  • Loading branch information
wolf31o2 authored May 10, 2023
2 parents e2cab3a + 4aff08d commit 026cd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ and `0755` permissions, which doesn't allow a non-root use to write to it by def
### Running `cardano-cli` against local `cardano-node` instance

```
$ docker exec -ti gouroboros_cardano-node_1 sh -c 'CARDANO_NODE_SOCKET_PATH=/ipc/node.socket cardano-cli query tip --testnet-magic 1097911063'
$ docker exec -ti gouroboros-cardano-node-1 sh -c 'CARDANO_NODE_SOCKET_PATH=/ipc/node.socket cardano-cli query tip --testnet-magic 1097911063'
```

### Building and running the test program
Expand Down

0 comments on commit 026cd18

Please sign in to comment.