fix spark

This commit is contained in:
Andrew Camilleri
2018-12-13 13:57:22 +01:00
parent 17021a4345
commit d039aa05c4
2 changed files with 2 additions and 2 deletions

View File

@@ -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 }}

View File

@@ -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"