Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions run-a-dv/start/create-a-dv-with-a-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,8 @@ CHARON_BEACON_NODE_ENDPOINTS=<YOUR_REMOTE_BEACON_NODE_URL>
...
```
{% hint style="info" %}
If your existing beacon node is running in another CDVN instance on the same Docker host, you can access it by specifying
`http://host.docker.internal:5052` as the endpoint.
If your existing beacon node is running in a another CDVN instance on the same Docker host, you can access it by specifying
`http://host.docker.internal:5052` as the endpoint. Note: You will need to change the charon p2p port in the .env file (`CHARON_PORT_P2P_TCP=`) of the second CDVN stack to avoid port conflict.
{% endhint %}
3. Uncomment `EL=el-none` and `CL=cl-none` variables in the `.env` file and comment `EL=el-nethermind` and `CL=cl-lighthouse` variables:

Expand Down