Skip to content

Commit

Permalink
Expose more ports (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dengjianping authored and dziabko committed Mar 8, 2022
1 parent 25eed6e commit 11e1a6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/calamari.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ RUN $PARA_BINARY_PATH --version
ADD $PARA_GENESIS_URL $PARA_GENESIS_PATH
ADD $RELAY_GENESIS_URL $RELAY_GENESIS_PATH

# Expose three ports by default
EXPOSE 30333 9933 9944
# Expose 5 ports by default
EXPOSE 30333 30334 9933 9944 9615

ENTRYPOINT [\
"/usr/local/bin/manta",\
Expand Down

0 comments on commit 11e1a6c

Please sign in to comment.