-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Changed debug page address on config file (#3102)
Debug page address was set to 127.0.0.1:5000 on the consensus config file for the docker node. That didn't let users access the page from outside the container. It was set to 0.0.0.0:5000 and it now works.
- Loading branch information
1 parent
d9284d6
commit 331fe87
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
docs/guides/external-node/docker-compose-examples/configs/mainnet_consensus_config.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
docs/guides/external-node/docker-compose-examples/configs/testnet_consensus_config.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters