fix nodes startup (#2138)

This commit is contained in:
Svyatoslav Nikolsky
2023-05-17 09:43:01 +03:00
committed by Bastian Köcher
parent 4330d0491c
commit 9a8491dec8
+1 -1
View File
@@ -242,7 +242,7 @@ To run a Rialto node for example, you can use the following command:
```bash
docker run -p 30333:30333 -p 9933:9933 -p 9944:9944 \
-it paritytech/rialto-bridge-node --dev --tmp \
--rpc-cors=all --unsafe-rpc-external --unsafe-ws-external
--rpc-cors=all --unsafe-rpc-external
```
## Community