From cecaeec08f10c6d79600e34dff82f3c6d40098e9 Mon Sep 17 00:00:00 2001 From: Jonathan Zernik Date: Thu, 4 Jun 2020 22:30:07 -0700 Subject: [PATCH] Expose the squeakserver port to the host machine (#34) --- docker/docker-compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 120ea3f1..e193d0ee 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -87,6 +87,9 @@ services: volumes: - shared:/rpc - lnd_dir:/root/.lnd + ports: + - 8554:8554 + - 18554:18554 links: - "lnd:lnd" depends_on: