We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a47f872 commit 4caa258Copy full SHA for 4caa258
docker/calamari.Dockerfile
@@ -3,7 +3,7 @@ LABEL description="calamari parachain node"
3
4
ARG PARA_BINARY_REF
5
6
-ARG PARA_GENESIS_REF=manta-pc
+ARG PARA_GENESIS_REF=manta
7
ARG PARA_BINARY_URL=https://github.com/Manta-Network/Manta/releases/download/$PARA_BINARY_REF/manta
8
ARG PARA_BINARY_PATH=/usr/local/bin/parachain
9
@@ -72,8 +72,10 @@ ENTRYPOINT $PARA_BINARY_PATH \
72
--base-path $SUBSTRATE_BASE_PATH \
73
--parachain-id $SUBSTRATE_PARACHAIN_ID \
74
--port $SUBSTRATE_PORT \
75
- --rpc-port $SUBSTRATE_RPC_PORT \
76
--ws-port $SUBSTRATE_WS_PORT \
+ --ws-external \
77
+ --rpc-port $SUBSTRATE_RPC_PORT \
78
+ --rpc-external \
79
--rpc-cors $SUBSTRATE_RPC_CORS \
80
--rpc-methods $SUBSTRATE_RPC_METHODS \
81
--ws-max-connections $SUBSTRATE_WS_MAX_CONNECTIONS \
0 commit comments