switch out image

This commit is contained in:
goldsquid
2025-10-01 17:22:32 +07:00
parent 25a4650b9e
commit 94dab10398
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults
services:
wemix-mainnet-archive:
image: ${WEMIX_GO_WEMIX_IMAGE:-darindoang/go-wemix}:${WEMIX_MAINNET_GO_WEMIX_VERSION:-v0.10.10}
image: ${WEMIX_GO_WEMIX_IMAGE:-chainstack/wemix}:${WEMIX_MAINNET_GO_WEMIX_VERSION:-0.10.10}
sysctls:
# TCP Performance
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:
wemix-mainnet:
image: ${WEMIX_GO_WEMIX_IMAGE:-darindoang/go-wemix}:${WEMIX_MAINNET_GO_WEMIX_VERSION:-v0.10.10}
image: ${WEMIX_GO_WEMIX_IMAGE:-chainstack/wemix}:${WEMIX_MAINNET_GO_WEMIX_VERSION:-0.10.10}
sysctls:
# TCP Performance
net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle