docs: always pull latest guardian image to run a spy

This commit is contained in:
Jeff Schroeder 2024-04-04 17:28:14 -04:00
parent e6dfb9115e
commit c1a87b92f8
No known key found for this signature in database
GPG Key ID: C05253F844F9013E
1 changed files with 2 additions and 0 deletions

View File

@ -282,6 +282,7 @@ Start the spy against the testnet wormhole guardian:
```bash
docker run \
--pull=always \
--platform=linux/amd64 \
-p 7073:7073 \
--entrypoint /guardiand \
@ -297,6 +298,7 @@ To run the spy against mainnet:
```bash
docker run \
--pull=always \
--platform=linux/amd64 \
-p 7073:7073 \
--entrypoint /guardiand \