Skip to content

Commit 3bc1ed7

Browse files
authored
Update docker-compose.yml (#32)
The latest command is updated, old commands will not start: Need to delete the --ws-external parameter This is the explanation of substrate paritytech/substrate#13384
1 parent 92cb6f5 commit 3bc1ed7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ services:
9494
ports:
9595
- '9944:9944'
9696
- '9933:9933'
97-
command: --dev --base-path /substrate/db --ws-external --rpc-cors=all --rpc-external --rpc-methods=Unsafe --no-telemetry --no-prometheus --pruning=archive
97+
command: --dev --base-path /substrate/db --rpc-cors=all --rpc-external --rpc-methods=Unsafe --no-telemetry --no-prometheus --pruning=archive
9898

9999
mysql:
100100
image: mysql:latest

0 commit comments

Comments
 (0)