mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-17 15:44:28 +01:00
xmr (#203)
* add monero * fix fragment * fix image for monero * fix volume mapping * fix container name * prune monero * use newer monero image * fix notifier execution args * add compat flag to docker-compose up * restrict monero to 1gb ram * fix compat flag location * fix links * fix notifier call * fix * fix * fix * fix * fix wallet * remove testnet flag * remove docker swarm compatibility flags
This commit is contained in:
committed by
Nicolas Dorier
parent
3ff6a88d8e
commit
0375184ebc
@@ -86,6 +86,11 @@ namespace DockerGenerator
|
||||
{
|
||||
Crypto = "mona",
|
||||
CryptoFragment = "monacoin"
|
||||
},
|
||||
new CryptoDefinition()
|
||||
{
|
||||
Crypto = "xmr",
|
||||
CryptoFragment = "monero"
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user