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
pull/16/head
Bella | Nightshade 5 years ago committed by GitHub
parent d39e6195ba
commit d1bb05d917
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save