Skip to content
Open
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 docs/canarynet/node/run-full-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ For running `Validator Node`, please refer to the [next section](./run-validator
-v "/chain:/data" \
-u $(id -u ${USER}):$(id -g ${USER}) \
-d \
atactr/automata:contextfree-v0.1.0-rc4 \
atactr/automata:contextfree-v0.1.0-rc5 \
--node-type full \
--name <YOUR_NODE_NAME>
```
Expand All @@ -40,7 +40,7 @@ For running `Validator Node`, please refer to the [next section](./run-validator
-v "/chain:/data" \
-u $(id -u ${USER}):$(id -g ${USER}) \
-d \
atactr/automata:contextfree-v0.1.0-rc4 \
atactr/automata:contextfree-v0.1.0-rc5 \
--node-type archive \
--name <YOUR_NODE_NAME>
```
Expand Down