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: expose:
- "8545" - "8545"
volumes: volumes:
- core-mainnet-core-archive-leveldb-hash:/bsc/.ethereum - core-mainnet-core-archive-leveldb-hash:/core/.ethereum
- /slowdisk:/slowdisk - /slowdisk:/slowdisk
- ./core-chain/mainnet:/config - ./core-chain/mainnet:/config
entrypoint: [ "geth" ] entrypoint: [ "geth" ]

View File

@@ -13,7 +13,7 @@ services:
expose: expose:
- "8545" - "8545"
volumes: volumes:
- core-mainnet-core-pruned-pebble-path:/bsc/.ethereum - core-mainnet-core-pruned-pebble-path:/core/.ethereum
- /slowdisk:/slowdisk - /slowdisk:/slowdisk
- ./core-chain/mainnet:/config - ./core-chain/mainnet:/config
entrypoint: [ "geth" ] entrypoint: [ "geth" ]