docker: update containers to expose new default port
This commit is contained in:
parent
625b80b311
commit
c1aed90e72
@ -124,7 +124,7 @@ alice$ lncli listpeers
|
||||
{
|
||||
"pub_key": "0343bc80b914aebf8e50eb0b8e445fc79b9e6e8e5e018fa8c5f85c7d429c117b38",
|
||||
"peer_id": 1,
|
||||
"address": "172.19.0.4:5656",
|
||||
"address": "172.19.0.4:9735",
|
||||
"bytes_sent": "357",
|
||||
"bytes_recv": "357",
|
||||
"sat_sent": "0",
|
||||
|
@ -3,7 +3,7 @@ FROM golang:1.8
|
||||
MAINTAINER Olaoluwa Osuntokun <laolu@lightning.network>
|
||||
|
||||
# Expose lnd ports (server, rpc).
|
||||
EXPOSE 5656 10009
|
||||
EXPOSE 9735 10009
|
||||
|
||||
# Force Go to use the cgo based DNS resolver. This is required to ensure DNS
|
||||
# queries required to connect to linked containers succeed.
|
||||
|
Loading…
Reference in New Issue
Block a user