Skip to content

Commit

Permalink
fix docker-compose basic relay+para setup
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBesson committed Jun 12, 2024
1 parent 09e75cb commit 43fefd6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ services:
--rpc-cors all
--unsafe-rpc-external
--unsafe-force-node-key-generation
--validator
--insecure-validator-i-know-what-i-do
--alice
--tmp
Expand All @@ -37,6 +39,8 @@ services:
--rpc-cors all
--unsafe-rpc-external
--unsafe-force-node-key-generation
--validator
--insecure-validator-i-know-what-i-do
--bob
--tmp
Expand All @@ -52,6 +56,7 @@ services:
--rpc-cors=all
--rpc-methods=unsafe
--unsafe-force-node-key-generation
--collator
--tmp
--
--chain /chainspec/rococo-local.json
Expand Down

0 comments on commit 43fefd6

Please sign in to comment.