Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

Commit

Permalink
Fix node v0.7.33
Browse files Browse the repository at this point in the history
  • Loading branch information
emielvanderhoek committed May 14, 2020
1 parent 05b2464 commit fcc42b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.kusama-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ services:
- '30333:30333'
- '9933:9933'
- '9944:9944'
command: --chain=kusama --db-cache=2048 --wasm-execution=Compiled --rpc-external --rpc-cors=all --ws-external --unsafe-rpc-expose --pruning=archive
command: --chain=kusama --db-cache=2048 --wasm-execution=Compiled --rpc-external --rpc-cors=all --ws-external --rpc-methods=Unsafe --pruning=archive

explorer-gui:
image: polkascan/pre-explorer-gui:latest
Expand Down

0 comments on commit fcc42b9

Please sign in to comment.