Start XMR daemons in --non-interactive mode.

This commit is contained in:
tecnovert
2021-01-05 10:23:30 +02:00
parent 4711e81ffc
commit b473d9ffc3
3 changed files with 9 additions and 5 deletions

View File

@@ -22,4 +22,4 @@ COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
EXPOSE 18080
CMD ["monerod", "--config-file=/home/monero/.monero/monerod.conf"]
CMD ["monerod", "--non-interactive", "--config-file=/home/monero/.monero/monerod.conf"]

View File

@@ -16,4 +16,4 @@ COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
EXPOSE 18080
CMD ["monero-wallet-rpc", "--config-file=/home/monero/.monero/monerod.conf"]
CMD ["monero-wallet-rpc", "--non-interactive", "--config-file=/home/monero/.monero/monerod.conf"]