mirror of
https://github.com/mempool/mempool.git
synced 2025-03-03 09:39:17 +01:00
docker: Minor tweak to frontend entrypoint LND detection
This commit is contained in:
parent
ae6a408c05
commit
75303c7a34
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ cp /etc/nginx/nginx.conf /patch/nginx.conf
|
|||
sed -i "s/__MEMPOOL_FRONTEND_HTTP_PORT__/${__MEMPOOL_FRONTEND_HTTP_PORT__}/g" /patch/nginx.conf
|
||||
cat /patch/nginx.conf > /etc/nginx/nginx.conf
|
||||
|
||||
if [ "${LIGHTNING_DETECTED_PORT}" = "9735" ];then
|
||||
if [ "${LIGHTNING_DETECTED_PORT}" != "" ];then
|
||||
export LIGHTNING=true
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue