Skip to content

Commit 3197ab4

Browse files
committed
fix docs
1 parent 571ecd8 commit 3197ab4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

book/src/framework/components/chainlink/node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Here we provide full configuration reference, if you want to copy and run it, pl
2222

2323
[cl_node.node]
2424
# custom ports that plugins may need to expose and map to the host machine
25-
custom_ports = [14000, 140001]
25+
custom_ports = [14000, 14001]
2626
# A list of paths to capability binaries
2727
capabilities = ["./capability_1", "./capability_2"]
2828
# Default capabilities directory inside container

book/src/framework/components/chainlink/nodeset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Then configure NodeSet
6969

7070
[nodeset.node_specs.node]
7171
# custom ports that plugins may need to expose and map to the host machine
72-
custom_ports = [14000, 140001]
72+
custom_ports = [14000, 14001]
7373
# A list of paths to capability binaries
7474
capabilities = ["./capability_1", "./capability_2"]
7575
# Default capabilities directory inside container

0 commit comments

Comments
 (0)