diff --git a/docker-compose-local-relay.yml b/docker-compose-local-relay.yml index e167ab97f7..3db45d9407 100644 --- a/docker-compose-local-relay.yml +++ b/docker-compose-local-relay.yml @@ -22,11 +22,9 @@ services: --execution=wasm --base-path=/data --port 30333 - --rpc-port 9933 - --ws-port 9944 + --rpc-port 9944 --rpc-external --rpc-cors all - --ws-external --rpc-methods=Unsafe --alice --log="main,info,xcm=trace,xcm-executor=trace" @@ -51,10 +49,8 @@ services: --wasm-execution=compiled --execution=wasm --port 30333 - --rpc-port 9933 - --ws-port 9944 + --rpc-port 9944 --rpc-external - --ws-external --rpc-cors all --rpc-methods=Unsafe --bob