mirror of
https://github.com/monero-project/monero.git
synced 2025-07-30 21:48:47 -04:00
commit
459a48352d
1 changed files with 2 additions and 1 deletions
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue