mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 01:43:16 +01:00
Add EXPOSE directive for 9735 (p2p) & 10009 (rpc)
See EXPOSE additional directive line 32
This commit is contained in:
parent
fd5b24fb4e
commit
4f10771e48
@ -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