mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
[Docker] Fixing the environment variable for arm32
This commit is contained in:
parent
46c184a50e
commit
a358b9ab57
@ -100,7 +100,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends socat inotify-t
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENV LIGHTNINGD_DATA=/root/.lightning
|
||||
ENV LIGHTNINGD_PORT=9835
|
||||
ENV LIGHTNINGD_RPC_PORT=9835
|
||||
ENV LIGHTNINGD_PORT=9735
|
||||
|
||||
RUN mkdir $LIGHTNINGD_DATA && \
|
||||
touch $LIGHTNINGD_DATA/config
|
||||
|
Loading…
Reference in New Issue
Block a user