From 9a8491dec8ce9902f026bc86d73db12ef81f3d13 Mon Sep 17 00:00:00 2001 From: Svyatoslav Nikolsky Date: Wed, 17 May 2023 09:43:01 +0300 Subject: [PATCH] fix nodes startup (#2138) --- bridges/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/README.md b/bridges/README.md index aab6007d2c..2f8c5ca9ab 100644 --- a/bridges/README.md +++ b/bridges/README.md @@ -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