mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-13 12:33:25 +02:00
Fix external lnd host env (#332)
* Fix lnd external host env * Open port 9735 on lnd host in docker
This commit is contained in:
parent
d135f59250
commit
bac8d27072
1 changed files with 2 additions and 2 deletions
|
|
@ -26,6 +26,8 @@ services:
|
|||
volumes:
|
||||
- shared:/rpc
|
||||
- lnd_dir:/root/.lnd
|
||||
ports:
|
||||
- 9735:9735
|
||||
links:
|
||||
- "btcd:btcd"
|
||||
sysctls:
|
||||
|
|
@ -49,8 +51,6 @@ services:
|
|||
links:
|
||||
- "btcd:btcd"
|
||||
- "lnd:lnd"
|
||||
environment:
|
||||
- EXTERNAL_LND_HOST=lnd
|
||||
sysctls:
|
||||
- net.ipv6.conf.all.disable_ipv6=0
|
||||
entrypoint: ["./start-sqkserver.sh"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue