Skip to content

Commit

Permalink
Add L1 endpoint step for Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwllmr committed Sep 18, 2024
1 parent 88bd89b commit be1fafd
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/developers/guides/run-a-node/use-docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

<Tabs groupId="networks" className="my-tabs">
<TabItem value="mainnet" label="Mainnet">
Expand Down

0 comments on commit be1fafd

Please sign in to comment.