mirror of
https://github.com/sethforprivacy/p2pool-docker.git
synced 2025-12-06 15:52:37 -05:00
Update Docker Compose example with necessary flags
This commit is contained in:
@@ -8,6 +8,7 @@ services:
|
|||||||
- bitmonero:/home/monero
|
- bitmonero:/home/monero
|
||||||
ports:
|
ports:
|
||||||
- 18080:18080
|
- 18080:18080
|
||||||
|
- 18083:18083
|
||||||
- 18089:18089
|
- 18089:18089
|
||||||
command:
|
command:
|
||||||
- "--rpc-restricted-bind-ip=0.0.0.0"
|
- "--rpc-restricted-bind-ip=0.0.0.0"
|
||||||
@@ -16,6 +17,8 @@ services:
|
|||||||
- "--no-igd"
|
- "--no-igd"
|
||||||
- "--enable-dns-blocklist"
|
- "--enable-dns-blocklist"
|
||||||
- "--prune-blockchain"
|
- "--prune-blockchain"
|
||||||
|
- "--zmq-pub=tcp://0.0.0.0:18083"
|
||||||
|
- "--out-peers=50"
|
||||||
|
|
||||||
p2pool:
|
p2pool:
|
||||||
image: sethsimmons/p2pool:latest
|
image: sethsimmons/p2pool:latest
|
||||||
@@ -23,13 +26,14 @@ services:
|
|||||||
container_name: p2pool
|
container_name: p2pool
|
||||||
volumes:
|
volumes:
|
||||||
- p2pool-data:/home/p2pool
|
- p2pool-data:/home/p2pool
|
||||||
|
- /dev/hugepages:/dev/hugepages:rw
|
||||||
ports:
|
ports:
|
||||||
- 3333:3333
|
- 3333:3333
|
||||||
- 37889:37889
|
- 37889:37889
|
||||||
command:
|
command: >-
|
||||||
- "--host monerod"
|
--wallet "468ydghFfthE3UTc53eF5MP9UyrMcUiAHP5kizVYJsej5XGaXBoAAEzUHCcUF7t3E3RrYAX8Rs1ujhBdcvMpZSbH8qkb55R"
|
||||||
- "--rpc-port 18089"
|
--stratum "0.0.0.0:3333" --p2p "0.0.0.0:37889"
|
||||||
- "--wallet MoneroAddress"
|
--addpeers "65.21.227.114:37889,node.sethforprivacy.com:37889" --host "monerod"
|
||||||
|
|
||||||
tor:
|
tor:
|
||||||
image: goldy/tor-hidden-service:latest
|
image: goldy/tor-hidden-service:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user