Skip to content

Commit 4aff08d

Browse files
committed
chore: Update README for docker-compose v2 hyphen issue
Signed-off-by: Ales Verbic <[email protected]>
1 parent e2cab3a commit 4aff08d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ and `0755` permissions, which doesn't allow a non-root use to write to it by def
5555
### Running `cardano-cli` against local `cardano-node` instance
5656

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

6161
### Building and running the test program

0 commit comments

Comments
 (0)