Merge pull request #2185 from babonet13/patch-1
Add EXPOSE directive for 9735 (p2p) & 10009 (rpc)
This commit is contained in:
commit
d6d833c242
@ -28,6 +28,9 @@ RUN apk --no-cache add \
|
||||
COPY --from=builder /go/bin/lncli /bin/
|
||||
COPY --from=builder /go/bin/lnd /bin/
|
||||
|
||||
# Expose lnd ports (p2p, rpc).
|
||||
EXPOSE 9735 10009
|
||||
|
||||
# Specify the start command and entrypoint as the lnd daemon.
|
||||
ENTRYPOINT ["lnd"]
|
||||
CMD ["lnd"]
|
||||
|
Loading…
Reference in New Issue
Block a user