Difference between revisions of "Template:Docker run graph-node"

From wikieduonline
Jump to navigation Jump to search
(Created page with " docker run -it \ -e postgres_host=host.docker.internal \ -e postgres_port=5432 \ -e postgres_user=graph-node \ -e postgres_pass=oh-hello \...")
 
 
Line 7: Line 7:
 
   -e ipfs=host.docker.internal:[[5001]] \
 
   -e ipfs=host.docker.internal:[[5001]] \
 
   -e ethereum=mainnet:http://localhost:8545/ \
 
   -e ethereum=mainnet:http://localhost:8545/ \
   graphprotocol/graph-node:latest
+
   graphprotocol/[[graph-node]]:latest

Latest revision as of 13:01, 20 July 2023

docker run -it \
  -e postgres_host=host.docker.internal \
  -e postgres_port=5432 \
  -e postgres_user=graph-node \
  -e postgres_pass=oh-hello \
  -e postgres_db=graph-node \
  -e ipfs=host.docker.internal:5001 \
  -e ethereum=mainnet:http://localhost:8545/ \
  graphprotocol/graph-node:latest

Advertising: