This commit is contained in:
Sebastian
2024-09-15 11:49:12 +02:00
parent 2435ce388b
commit bac273fa23

View File

@@ -4,7 +4,7 @@ services:
image: ghcr.io/bnb-chain/op-reth:v1.0.4 image: ghcr.io/bnb-chain/op-reth:v1.0.4
restart: unless-stopped restart: unless-stopped
stop_grace_period: 5m stop_grace_period: 5m
command: node --datadir=/data --chain=opbnb-mainnet --rollup.sequencer-http=https://opbnb-mainnet-rpc.bnbchain.org --authrpc.addr="0.0.0.0" --authrpc.port=8551 --authrpc.jwtsecret=/jwtsecret--http --http.api="eth, net, txpool, web3, rpc, admin" command: node --datadir=/data --chain=opbnb-mainnet --rollup.sequencer-http=https://opbnb-mainnet-rpc.bnbchain.org --authrpc.addr="0.0.0.0" --authrpc.port=8551 --authrpc.jwtsecret=/jwtsecret --http --http.api="eth, net, txpool, web3, rpc, admin"
volumes: volumes:
- .jwtsecret:/jwtsecret - .jwtsecret:/jwtsecret
- op-bnb-reth:/data - op-bnb-reth:/data