Change spy_relayer readme guardian run command nodeKey path from /tmp/node.key -> /node.key

This commit is contained in:
Joe Howarth 2022-07-14 15:40:18 -04:00 committed by Evan Gray
parent f4b890f342
commit b306051bde
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ docker build -f Dockerfile -t guardian .
To run the docker image in TestNet:
```
docker run -p 7073:7073 --entrypoint /guardiand guardian spy --nodeKey /tmp/node.key --spyRPC "[::]:7073" --network /wormhole/testnet/2/1 --bootstrap /dns4/wormhole-testnet-v2-bootstrap.certus.one/udp/8999/quic/p2p/12D3KooWBY9ty9CXLBXGQzMuqkziLntsVcyz4pk1zWaJRvJn6Mmt
docker run -p 7073:7073 --entrypoint /guardiand guardian spy --nodeKey /node.key --spyRPC "[::]:7073" --network /wormhole/testnet/2/1 --bootstrap /dns4/wormhole-testnet-v2-bootstrap.certus.one/udp/8999/quic/p2p/12D3KooWBY9ty9CXLBXGQzMuqkziLntsVcyz4pk1zWaJRvJn6Mmt
```
To run spy_relay: