Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackchuong authored Jun 19, 2023
1 parent 0ce0e32 commit a04eb62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ version: '3.1'
services:
cardano-node:
image: inputoutput/cardano-node:1.35.5
container_name: cardano-node #for ex : cardarno-node
container_name: your-node-name #for ex : cardarno-node
volumes:
- ./cardano-node-ipc:/ipc
- ./cardano-node-data:/data
- ./config:/config
- ./cardano-wallet:/cardano-wallet
environment:
- TZ=Asia/Ho_Chi_Minh # for ex : "Asia/Ho_Chi_Minh"
- TZ=your-time-zone # for ex : "Asia/Ho_Chi_Minh"
- CARDANO_NODE_SOCKET_PATH=/ipc/node.socket
- CARDANO_CLI=/cardano-wallet/cardano-cli
- TESTNET_MAGIC=1
Expand Down

0 comments on commit a04eb62

Please sign in to comment.