diff --git a/abcore/geth/abcore-mainnet-geth-pruned-pebble-path.yml b/abcore/geth/abcore-mainnet-geth-pruned-pebble-path.yml index 458f0e71..d841f071 100644 --- a/abcore/geth/abcore-mainnet-geth-pruned-pebble-path.yml +++ b/abcore/geth/abcore-mainnet-geth-pruned-pebble-path.yml @@ -37,7 +37,7 @@ services: context: ./abcore dockerfile: abcore.Dockerfile args: - ABCORE_MAINNET_GETH_VERSION: ${ABCORE_MAINNET_GETH_VERSION:-} + ABCORE_MAINNET_GETH_VERSION: ${ABCORE_MAINNET_GETH_VERSION:-v1.13.15-abcore-1.2} sysctls: # TCP Performance net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle @@ -62,7 +62,7 @@ services: - CHAIN_NAME=mainnet entrypoint: [/usr/local/bin/init.sh] command: - - --config /config/config.toml + - --config=/config/config.toml - --datadir=/root/.ethereum - --db.engine=pebble - --gcmode=full