5001

From wikieduonline
Revision as of 13:01, 20 July 2023 by Welcome (talk | contribs)
Jump to navigation Jump to search



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

See also

Advertising: