Skip to content

Commit

Permalink
Update docker-compose.yml (#32)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
gracecampo authored Jan 18, 2024
1 parent 92cb6f5 commit 3bc1ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ services:
ports:
- '9944:9944'
- '9933:9933'
command: --dev --base-path /substrate/db --ws-external --rpc-cors=all --rpc-external --rpc-methods=Unsafe --no-telemetry --no-prometheus --pruning=archive
command: --dev --base-path /substrate/db --rpc-cors=all --rpc-external --rpc-methods=Unsafe --no-telemetry --no-prometheus --pruning=archive

mysql:
image: mysql:latest
Expand Down

0 comments on commit 3bc1ed7

Please sign in to comment.