fix
This commit is contained in:
@@ -15,9 +15,11 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- bsc-chapel-bsc-pruned-pebble-path:/bsc/.ethereum
|
- bsc-chapel-bsc-pruned-pebble-path:/bsc/.ethereum
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
- ./bsc-testnet/config:/config
|
||||||
entrypoint: [ "geth" ]
|
entrypoint: [ "geth" ]
|
||||||
command:
|
command:
|
||||||
- --chapel
|
- --chapel
|
||||||
|
- --config=/config/config.toml
|
||||||
- --db.engine=pebble
|
- --db.engine=pebble
|
||||||
- --state.scheme=path
|
- --state.scheme=path
|
||||||
- --syncmode=snap
|
- --syncmode=snap
|
||||||
|
|||||||
@@ -15,9 +15,11 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- bsc-mainnet-bsc-pruned-pebble-path:/bsc/.ethereum
|
- bsc-mainnet-bsc-pruned-pebble-path:/bsc/.ethereum
|
||||||
- /slowdisk:/slowdisk
|
- /slowdisk:/slowdisk
|
||||||
|
|
||||||
entrypoint: [ "geth" ]
|
entrypoint: [ "geth" ]
|
||||||
command:
|
command:
|
||||||
- --mainnet
|
- --mainnet
|
||||||
|
|
||||||
- --db.engine=pebble
|
- --db.engine=pebble
|
||||||
- --state.scheme=path
|
- --state.scheme=path
|
||||||
- --syncmode=snap
|
- --syncmode=snap
|
||||||
|
|||||||
Reference in New Issue
Block a user