fix image

This commit is contained in:
goldsquid
2025-10-11 12:34:54 +07:00
parent e7066fcd72
commit 4427c7ae7c
4 changed files with 4 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
services: services:
gnosis-chiado-reth: gnosis-chiado-reth:
image: ${GNOSIS_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${GNOSIS_CHIADO_RETH_VERSION:-v1.8.2} image: ${GNOSIS_RETH_IMAGE:-ghcr.io/gnosischain/reth_gnosis}:${GNOSIS_CHIADO_RETH_VERSION:-v0.1.7}
sysctls: sysctls:
# TCP Performance # TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle

View File

@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
services: services:
gnosis-chiado-reth-pruned: gnosis-chiado-reth-pruned:
image: ${GNOSIS_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${GNOSIS_CHIADO_RETH_VERSION:-v1.8.2} image: ${GNOSIS_RETH_IMAGE:-ghcr.io/gnosischain/reth_gnosis}:${GNOSIS_CHIADO_RETH_VERSION:-v0.1.7}
sysctls: sysctls:
# TCP Performance # TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle

View File

@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
services: services:
gnosis-mainnet-reth: gnosis-mainnet-reth:
image: ${GNOSIS_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${GNOSIS_MAINNET_RETH_VERSION:-v1.8.2} image: ${GNOSIS_RETH_IMAGE:-ghcr.io/gnosischain/reth_gnosis}:${GNOSIS_MAINNET_RETH_VERSION:-v0.1.7}
sysctls: sysctls:
# TCP Performance # TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle

View File

@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
services: services:
gnosis-mainnet-reth-pruned: gnosis-mainnet-reth-pruned:
image: ${GNOSIS_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${GNOSIS_MAINNET_RETH_VERSION:-v1.8.2} image: ${GNOSIS_RETH_IMAGE:-ghcr.io/gnosischain/reth_gnosis}:${GNOSIS_MAINNET_RETH_VERSION:-v0.1.7}
sysctls: sysctls:
# TCP Performance # TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle