mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 01:41:09 +00:00
fix nodes startup (#2138)
This commit is contained in:
committed by
Bastian Köcher
parent
4330d0491c
commit
9a8491dec8
+1
-1
@@ -242,7 +242,7 @@ To run a Rialto node for example, you can use the following command:
|
|||||||
```bash
|
```bash
|
||||||
docker run -p 30333:30333 -p 9933:9933 -p 9944:9944 \
|
docker run -p 30333:30333 -p 9933:9933 -p 9944:9944 \
|
||||||
-it paritytech/rialto-bridge-node --dev --tmp \
|
-it paritytech/rialto-bridge-node --dev --tmp \
|
||||||
--rpc-cors=all --unsafe-rpc-external --unsafe-ws-external
|
--rpc-cors=all --unsafe-rpc-external
|
||||||
```
|
```
|
||||||
|
|
||||||
## Community
|
## Community
|
||||||
|
|||||||
Reference in New Issue
Block a user