Skip to content

Commit

Permalink
docker: Update relayer command options
Browse files Browse the repository at this point in the history
  • Loading branch information
NunoAlexandre committed Nov 1, 2023
1 parent c58d519 commit 75a137d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docker-compose-local-relay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 75a137d

Please sign in to comment.