docker: update containers to expose new default port

This commit is contained in:
Olaoluwa Osuntokun 2017-08-22 00:40:51 -07:00
parent 625b80b311
commit c1aed90e72
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2
2 changed files with 2 additions and 2 deletions

@ -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.