From be1fafda0c18e3849e2e53368e5f7475592bdd3c Mon Sep 17 00:00:00 2001 From: jlwllmr <95916148+jlwllmr@users.noreply.github.com> Date: Wed, 18 Sep 2024 11:47:58 +0100 Subject: [PATCH] Add L1 endpoint step for Docker --- docs/developers/guides/run-a-node/use-docker.mdx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/developers/guides/run-a-node/use-docker.mdx b/docs/developers/guides/run-a-node/use-docker.mdx index 1ba383cc6..25c5d2cfe 100644 --- a/docs/developers/guides/run-a-node/use-docker.mdx +++ b/docs/developers/guides/run-a-node/use-docker.mdx @@ -113,7 +113,18 @@ You can use [this page](https://www.whatismyip.com/) to find your public IP addr ::: -### Step 3. Start the Linea Besu node +### Step 3. Configure your L1 RPC endpoint + +If you're using an `advanced` profile, insert your preferred L1 RPC endpoint in the +`docker-compose.yaml` file: + +```yaml +--plugin-linea-l1-rpc-endpoint=YOUR_L1_RPC_ENDPOINT +``` + +If you only intend to run a `basic` profile, go straight to the next step. + +### Step 4. Start the Linea Besu node