Updating image location, bugfixing DOGECOIN_EXTRA_ARGS, comment
This commit is contained in:
@@ -4,9 +4,9 @@ services:
|
|||||||
dogecoind:
|
dogecoind:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: btcpayserver_dogecoind
|
container_name: btcpayserver_dogecoind
|
||||||
image: btcpayserver/dogecoin:1.10.0
|
image: rockstardev/dogecoin:1.10.0
|
||||||
environment:
|
environment:
|
||||||
BITCOIN_EXTRA_ARGS: |
|
DOGECOIN_EXTRA_ARGS: |
|
||||||
rpcuser=ceiwHEbqWI83
|
rpcuser=ceiwHEbqWI83
|
||||||
rpcpassword=DwubwWsoo3
|
rpcpassword=DwubwWsoo3
|
||||||
${NBITCOIN_NETWORK:-regtest}=1
|
${NBITCOIN_NETWORK:-regtest}=1
|
||||||
@@ -14,6 +14,9 @@ services:
|
|||||||
rpcport=22555
|
rpcport=22555
|
||||||
port=22556
|
port=22556
|
||||||
whitelist=0.0.0.0/0
|
whitelist=0.0.0.0/0
|
||||||
|
# Reducing memory usage of dogecoind. Don't try running this container without at least 2 GB of memory
|
||||||
|
# https://www.reddit.com/r/dogecoin/comments/5wynqe/reducing_memory_usage_of_dogecoind/
|
||||||
|
dbcache=50
|
||||||
ports:
|
ports:
|
||||||
- "22555:22555"
|
- "22555:22555"
|
||||||
expose:
|
expose:
|
||||||
|
|||||||
Reference in New Issue
Block a user