fix
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
services:
|
||||
rootstock-bamboo-archive-client:
|
||||
image: ${ROOTSTOCK_RSKJ_IMAGE:-rsksmart/rskj}:${ROOTSTOCK_BAMBOO_RSKJ_VERSION:-}
|
||||
image: ${ROOTSTOCK_RSKJ_IMAGE:-rsksmart/rskj}:${ROOTSTOCK_BAMBOO_RSKJ_VERSION:-LOVELL-7.0.0}
|
||||
sysctls:
|
||||
# TCP Performance
|
||||
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
|
||||
@@ -18,8 +18,8 @@ services:
|
||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||
user: root
|
||||
ports:
|
||||
- 14238:14238
|
||||
- 14238:14238/udp
|
||||
- 16093:16093
|
||||
- 16093:16093/udp
|
||||
expose:
|
||||
- 8545
|
||||
- 8546
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
services:
|
||||
rootstock-mainnet-archive-client:
|
||||
image: ${ROOTSTOCK_RSKJ_IMAGE:-rsksmart/rskj}:${ROOTSTOCK_MAINNET_RSKJ_VERSION:-}
|
||||
image: ${ROOTSTOCK_RSKJ_IMAGE:-rsksmart/rskj}:${ROOTSTOCK_MAINNET_RSKJ_VERSION:-ARROWHEAD-6.1.0}
|
||||
sysctls:
|
||||
# TCP Performance
|
||||
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle
|
||||
@@ -18,8 +18,8 @@ services:
|
||||
nofile: 1048576 # Max open files (for RPC/WS connections)
|
||||
user: root
|
||||
ports:
|
||||
- 14808:14808
|
||||
- 14808:14808/udp
|
||||
- 3234:3234
|
||||
- 3234:3234/udp
|
||||
expose:
|
||||
- 8545
|
||||
- 8546
|
||||
|
||||
Reference in New Issue
Block a user