This commit is contained in:
squidbear
2025-03-30 07:30:50 +02:00
parent acde267881
commit 13b3db2327
2 changed files with 2 additions and 2 deletions

View File

@@ -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" ]

View File

@@ -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" ]