From 78ad0c99eb33c55d9982aefe961daf49334ae2b0 Mon Sep 17 00:00:00 2001 From: Jerome P Date: Tue, 10 Dec 2024 14:56:29 -0800 Subject: [PATCH] Add comment to run docker images that was pulled for registry --- .../access-onchain-data/evm-gateway/evm-gateway-setup.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/networks/node-ops/access-onchain-data/evm-gateway/evm-gateway-setup.md b/docs/networks/node-ops/access-onchain-data/evm-gateway/evm-gateway-setup.md index d551625e98..42f2278834 100644 --- a/docs/networks/node-ops/access-onchain-data/evm-gateway/evm-gateway-setup.md +++ b/docs/networks/node-ops/access-onchain-data/evm-gateway/evm-gateway-setup.md @@ -215,7 +215,9 @@ journalctl -u gateway.service -f -n 100 -It may be necessary to make local changes to the `docker-run` target to add params which are needed for your requirements. +It may be necessary to make local changes to the `docker-run` target to add params which are needed for your requirements. If you pulled a +specific image from the gateway container registry ensure that the `$VERSION` environment variable is set to the same as the image version +you pulled. ```bash cd flow-evm-gateway @@ -233,6 +235,7 @@ DOCKER_HOST_PORT=[desired port to expose on host] make DOCKER_RUN_DETACHED=true DOCKER_HOST_PORT=1234 DOCKER_HOST_MOUNT=/my/host/dir docker-run ``` +