mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-04-01 18:45:44 -04:00
increase max connections per ip for docker compose
This commit is contained in:
parent
9ca83478b7
commit
7d3390664b
@ -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…
x
Reference in New Issue
Block a user