Skip to content

Commit 4caa258

Browse files
authored
listen on external ips (#257)
1 parent a47f872 commit 4caa258

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docker/calamari.Dockerfile

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LABEL description="calamari parachain node"
33

44
ARG PARA_BINARY_REF
55

6-
ARG PARA_GENESIS_REF=manta-pc
6+
ARG PARA_GENESIS_REF=manta
77
ARG PARA_BINARY_URL=https://github.com/Manta-Network/Manta/releases/download/$PARA_BINARY_REF/manta
88
ARG PARA_BINARY_PATH=/usr/local/bin/parachain
99

@@ -72,8 +72,10 @@ ENTRYPOINT $PARA_BINARY_PATH \
7272
--base-path $SUBSTRATE_BASE_PATH \
7373
--parachain-id $SUBSTRATE_PARACHAIN_ID \
7474
--port $SUBSTRATE_PORT \
75-
--rpc-port $SUBSTRATE_RPC_PORT \
7675
--ws-port $SUBSTRATE_WS_PORT \
76+
--ws-external \
77+
--rpc-port $SUBSTRATE_RPC_PORT \
78+
--rpc-external \
7779
--rpc-cors $SUBSTRATE_RPC_CORS \
7880
--rpc-methods $SUBSTRATE_RPC_METHODS \
7981
--ws-max-connections $SUBSTRATE_WS_MAX_CONNECTIONS \

0 commit comments

Comments
 (0)