Expose the squeakserver port to the host machine (#34)

This commit is contained in:
Jonathan Zernik 2020-06-04 22:30:07 -07:00 committed by GitHub
parent 0157d50064
commit cecaeec08f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,6 +87,9 @@ services:
volumes:
- shared:/rpc
- lnd_dir:/root/.lnd
ports:
- 8554:8554
- 18554:18554
links:
- "lnd:lnd"
depends_on: