Skip to content

Commit

Permalink
Merge pull request monero-project#8126
Browse files Browse the repository at this point in the history
e73e1e7 Use CMD in Dockerfile (Kevin Thomas)
  • Loading branch information
luigi1111 committed Jan 24, 2022
2 parents d94715f + e73e1e7 commit 459a483
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,6 @@ EXPOSE 18081
# switch to user monero
USER monero

ENTRYPOINT ["monerod", "--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 ["monerod"]
CMD ["--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"]

0 comments on commit 459a483

Please sign in to comment.