This commit is contained in:
Sebastian
2024-03-23 16:29:48 +01:00
parent ce8167f0dd
commit f749a9564b

View File

@@ -16,6 +16,7 @@ services:
- ./bsc/config:/bsc/config - ./bsc/config:/bsc/config
command: "--port=29061 --history.transactions=0 --syncmode=full --db.engine=pebble --state.scheme=path --http.addr 0.0.0.0 --http.port 8545 --http.vhosts '*' --verbosity 5 --ws.addr 0.0.0.0 --ws.port 8545 --ws.origins '*'" command: "--port=29061 --history.transactions=0 --syncmode=full --db.engine=pebble --state.scheme=path --http.addr 0.0.0.0 --http.port 8545 --http.vhosts '*' --verbosity 5 --ws.addr 0.0.0.0 --ws.port 8545 --ws.origins '*'"
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m
networks: networks:
- chains - chains
labels: labels: