mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-08-19 03:28:29 -04:00
start seednode with monerod address
This commit is contained in:
parent
b2e315963f
commit
7e76e83884
2 changed files with 2 additions and 1 deletions
|
@ -73,6 +73,7 @@ services:
|
|||
"--useDevPrivilegeKeys=true",
|
||||
"--nodePort=2002",
|
||||
"--appName=haveno-XMR_LOCAL_Seed1_2002",
|
||||
"--xmrNode=http://localhost:28081"
|
||||
]
|
||||
network_mode: "host"
|
||||
depends_on:
|
||||
|
@ -88,6 +89,7 @@ services:
|
|||
"--useDevPrivilegeKeys=true",
|
||||
"--nodePort=3002",
|
||||
"--appName=haveno-XMR_LOCAL_Seed2_3002",
|
||||
"--xmrNode=http://localhost:28081"
|
||||
]
|
||||
network_mode: "host"
|
||||
depends_on:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue