mirror of
https://github.com/kannix/monero-full-node
synced 2024-11-11 07:10:27 +00:00
Add non-interactive flag
Add the command-line flag "--non-interactive" to fix a bug where the process would get stuck in an infinite restart loop in the Docker container
This commit is contained in:
parent
d39e6195ba
commit
d1bb05d917
@ -28,4 +28,4 @@ VOLUME /home/monero/.bitmonero
|
||||
EXPOSE 18080 18081
|
||||
|
||||
ENTRYPOINT ["./monerod"]
|
||||
CMD ["--restricted-rpc", "--rpc-bind-ip=0.0.0.0", "--confirm-external-bind"]
|
||||
CMD ["--non-interactive", "--restricted-rpc", "--rpc-bind-ip=0.0.0.0", "--confirm-external-bind"]
|
||||
|
Loading…
Reference in New Issue
Block a user