From f95869ae7878f7b9db1e7eb9bf24f32b1e55bfa6 Mon Sep 17 00:00:00 2001 From: nicolas <48695862+merklefruit@users.noreply.github.com> Date: Mon, 13 Nov 2023 20:57:47 +0100 Subject: [PATCH] chore: rename image on troubleshooting section --- docs/usage/fiber-inject.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/usage/fiber-inject.md b/docs/usage/fiber-inject.md index da7d01b..f8939f7 100644 --- a/docs/usage/fiber-inject.md +++ b/docs/usage/fiber-inject.md @@ -45,15 +45,16 @@ means that your node reached max n. of peers, and you have to add `fiber-inject` #### 1. Expose the p2p port of the Docker container :::info -Make sure the mapped port isn't already taken by your local node. +Make sure the mapped port isn't already taken by your local node. You can change the mapped port with the `--port` flag. ::: ```bash -docker run -p 30304:30303 --name fiber-inject mempirate/fiber-inject \ +docker run -p 30304:30303 --name fiber-inject ghcr.io/chainbound/fiber-inject:latest-arm64 \ fiber-inject \ --fiber-api $API_ENDPOINT \ --fiber-key $YOUR_API_KEY \ - --enodes $ENODE1,$ENODE2 + --enodes $ENODE1,$ENODE2 \ + --port 30303 ``` #### 2. Find the `enode`