fix
This commit is contained in:
@@ -4,12 +4,11 @@ services:
|
|||||||
user: root
|
user: root
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "53848:53848"
|
- "65047:65047"
|
||||||
- "53848:53848/udp"
|
- "65047:65047/udp"
|
||||||
volumes:
|
volumes:
|
||||||
- core-mainnet:/data
|
- core-mainnet:/data
|
||||||
- ./core-chain/mainnet:/core/config
|
- ./core-chain/mainnet:/core/config
|
||||||
command: --ws.origins='*' --history.transactions=0 --state.scheme=hash --syncmode=full --db.engine=leveldb --rpc.gascap=600000000
|
|
||||||
networks:
|
networks:
|
||||||
- chains
|
- chains
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
Reference in New Issue
Block a user