mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2026-01-31 17:14:48 +01:00
fix spark
This commit is contained in:
@@ -324,7 +324,7 @@ server {
|
||||
}
|
||||
{{ end }}
|
||||
{{ if (eq $serviceName "clightning_groestlcoin_spark") }}
|
||||
location /spark/btc/ {
|
||||
location /spark/grs/ {
|
||||
proxy_pass http://clightning_groestlcoin_spark:9739/;
|
||||
}
|
||||
{{ end }}
|
||||
|
||||
@@ -43,7 +43,7 @@ services:
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
NETWORK: ${NBITCOIN_NETWORK:-regtest}
|
||||
SPARK_OPT: --no-tls -C /data/.cookie --port 9739
|
||||
SPARK_OPT: --no-tls --port 9739 -C /data/.cookie
|
||||
volumes:
|
||||
- "clightning_groestlcoin_datadir:/etc/lightning"
|
||||
- "clightning_groestlcoin_spark:/data"
|
||||
|
||||
Reference in New Issue
Block a user