mirror of
https://github.com/sethforprivacy/p2pool-docker.git
synced 2025-12-06 15:52:37 -05:00
Bump to p2pool
This commit is contained in:
@@ -16,6 +16,20 @@ services:
|
||||
- "--no-igd"
|
||||
- "--enable-dns-blocklist"
|
||||
- "--prune-blockchain"
|
||||
|
||||
p2pool:
|
||||
image: sethsimmons/p2pool:latest
|
||||
restart: unless-stopped
|
||||
container_name: p2pool
|
||||
volumes:
|
||||
- p2pool-data:/home/monero
|
||||
ports:
|
||||
- 3333:3333
|
||||
- 37889:37889
|
||||
command:
|
||||
- "--host monerod"
|
||||
- "--rpc-port 18089"
|
||||
- "--wallet MoneroAddress"
|
||||
|
||||
tor:
|
||||
image: goldy/tor-hidden-service:latest
|
||||
|
||||
Reference in New Issue
Block a user