diff --git a/core/core/core-mainnet-core-archive-leveldb-hash.yml b/core/core/core-mainnet-core-archive-leveldb-hash.yml index 31851a11..482fc68b 100644 --- a/core/core/core-mainnet-core-archive-leveldb-hash.yml +++ b/core/core/core-mainnet-core-archive-leveldb-hash.yml @@ -13,7 +13,7 @@ services: expose: - "8545" volumes: - - core-mainnet-core-archive-leveldb-hash:/bsc/.ethereum + - core-mainnet-core-archive-leveldb-hash:/core/.ethereum - /slowdisk:/slowdisk - ./core-chain/mainnet:/config entrypoint: [ "geth" ] diff --git a/core/core/core-mainnet-core-pruned-pebble-path.yml b/core/core/core-mainnet-core-pruned-pebble-path.yml index 0a76676f..dfbd9e21 100644 --- a/core/core/core-mainnet-core-pruned-pebble-path.yml +++ b/core/core/core-mainnet-core-pruned-pebble-path.yml @@ -13,7 +13,7 @@ services: expose: - "8545" volumes: - - core-mainnet-core-pruned-pebble-path:/bsc/.ethereum + - core-mainnet-core-pruned-pebble-path:/core/.ethereum - /slowdisk:/slowdisk - ./core-chain/mainnet:/config entrypoint: [ "geth" ]