From 386e387e70a5a192dc2feeea32e3e59d35eaaf19 Mon Sep 17 00:00:00 2001 From: gracecampo <82627973+gracecampo@users.noreply.github.com> Date: Thu, 18 Jan 2024 16:44:53 +0800 Subject: [PATCH] Update docker-compose.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The latest command is updated, old commands will not start: Need to delete the --ws-external parameter This is the explanation of substrate https://github.com/paritytech/substrate/pull/13384 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 2a40c39..84eb895 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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