Skip to content

Commit

Permalink
Added to docker-compose var with path to socket
Browse files Browse the repository at this point in the history
Added to docker-compose.yml variable with path to socket, so we can now run:

`docker exec -ti cardano-node-iog_cardano-node_1 /usr/local/bin/cardano-cli query tip --testnet-magic 1097911063`
  • Loading branch information
os11k committed May 14, 2022
1 parent 7c71791 commit b25f5cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Expand Up @@ -5,6 +5,7 @@ services:
image: inputoutput/cardano-node:${CARDANO_NODE_VERSION:-1.34.1}
environment:
- NETWORK=${NETWORK:-mainnet}
- CARDANO_NODE_SOCKET_PATH=${CARDANO_NODE_SOCKET_PATH:-/ipc/node.socket}
volumes:
- node-db:/data/db
- node-ipc:/ipc
Expand Down

0 comments on commit b25f5cd

Please sign in to comment.