mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-19 18:54:22 +01:00
add build scripts for custom docker-compose
This commit is contained in:
@@ -30,7 +30,7 @@ namespace DockerGenerator
|
||||
{
|
||||
var selectedCrypto = Environment.GetEnvironmentVariable("BTCPAYGEN_CRYPTO" + i);
|
||||
if(string.IsNullOrEmpty(selectedCrypto))
|
||||
break;
|
||||
continue;
|
||||
composition.SelectedCryptos.Add(selectedCrypto.ToLowerInvariant());
|
||||
}
|
||||
composition.SelectedProxy = (Environment.GetEnvironmentVariable("BTCPAYGEN_REVERSEPROXY") ?? "").ToLowerInvariant();
|
||||
|
||||
Reference in New Issue
Block a user