Skip to content

Commit

Permalink
update dockerfile for safex specific ports
Browse files Browse the repository at this point in the history
  • Loading branch information
ddabek authored Nov 14, 2020
1 parent 75c7465 commit b841f20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ VOLUME /root/.safex
# safex-wallet-cli
VOLUME /wallet

EXPOSE 18080
EXPOSE 18081
EXPOSE 17401
EXPOSE 17402

ENTRYPOINT ["safexd", "--p2p-bind-ip=0.0.0.0", "--p2p-bind-port=18080", "--rpc-bind-ip=0.0.0.0", "--rpc-bind-port=18081", "--non-interactive", "--confirm-external-bind"]
ENTRYPOINT ["safexd", "--p2p-bind-ip=0.0.0.0", "--p2p-bind-port=17402", "--rpc-bind-ip=0.0.0.0", "--rpc-bind-port=17402", "--non-interactive", "--confirm-external-bind"]

0 comments on commit b841f20

Please sign in to comment.