-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add external address to full node setup #5117
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 4 Skipped Deployments
|
setups/fullnode/docker/README.md
Outdated
|
||
#### Devnet | ||
|
||
```yaml | ||
p2p-config: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
imho not a good idea to remove the p2p-config
because people won't understand how the yaml should be indented
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I thought about that too. I questioned what will be more likely. People not copying it correctly or people duplicating the p2p-config 😅.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe remove it and add a small note about indentation?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tbh that is even worst. Indenting yaml is complicated enough. When you copy without having the p2p-config
container you have no clue how many white-spaces you need in front. Displaying the p2p-config
allows you to compare to your configuration.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tbf if people are not smart enough to do a copy and paste I'm wondering if they should operate a node
But I will re-add it 👍
setups/fullnode/docker/README.md
Outdated
|
||
#### Devnet | ||
|
||
```yaml | ||
p2p-config: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe remove it and add a small note about indentation?
Description of change
Added external address to full node setup
Links to any relevant issues
Fixes #4887.
Type of change
Change checklist