mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-07-24 07:21:05 -04:00
increase max connections per ip for docker compose
This commit is contained in:
parent
9ca83478b7
commit
13a675e0fa
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,7 @@ services:
|
|||
"--rpc-bind-port=48081",
|
||||
"--no-zmq",
|
||||
"--add-exclusive-node=127.0.0.1:28080",
|
||||
"--max-connections-per-ip=10",
|
||||
"--rpc-access-control-origins=http://localhost:8080",
|
||||
"--fixed-difficulty=150",
|
||||
"--non-interactive",
|
||||
|
@ -55,6 +56,7 @@ services:
|
|||
"--no-zmq",
|
||||
"--confirm-external-bind",
|
||||
"--add-exclusive-node=127.0.0.1:48080",
|
||||
"--max-connections-per-ip=10",
|
||||
"--rpc-access-control-origins=http://localhost:8080",
|
||||
"--fixed-difficulty=150",
|
||||
"--non-interactive",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue