mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-16 13:01:04 +02:00
Expose the squeakserver port to the host machine (#34)
This commit is contained in:
parent
0157d50064
commit
cecaeec08f
1 changed files with 3 additions and 0 deletions
|
|
@ -87,6 +87,9 @@ services:
|
|||
volumes:
|
||||
- shared:/rpc
|
||||
- lnd_dir:/root/.lnd
|
||||
ports:
|
||||
- 8554:8554
|
||||
- 18554:18554
|
||||
links:
|
||||
- "lnd:lnd"
|
||||
depends_on:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue