make p2pool and monerod interactive tty

This commit is contained in:
Matthew Tran 2023-09-13 10:04:35 +00:00
parent 22e1e43ea2
commit 4d56b44f76
3 changed files with 5 additions and 3 deletions

View File

@ -22,6 +22,8 @@ services:
restart: always
build: monerod/.
entrypoint: ["/bin/sh", "/home/matt/entry.sh"]
stdin_open: true
tty: true
ports:
- "18080:18080"
volumes:
@ -30,6 +32,8 @@ services:
restart: always
build: p2pool/.
entrypoint: ["/bin/sh", "/home/matt/entry.sh"]
stdin_open: true
tty: true
ports:
- "3333:3333"
- "37888:37888"

View File

@ -10,5 +10,4 @@ monero/monerod \
--add-priority-node=node.supportxmr.com:18080 \
--add-priority-node=nodes.hashvault.pro:18080 \
--disable-dns-checkpoints \
--enable-dns-blocklist \
--non-interactive
--enable-dns-blocklist

View File

@ -2,6 +2,5 @@
cd cache
~/p2pool \
--mini \
--host monerod \
--wallet 42j7pyNRf8WE96D1xb6pjPWCwaDaYYevwZSPpELbTJjnXiKp7Lhtahbhb5Gc3p2BVxgMB3FEGNPUcbST1oZds6nBERA4jrQ