connectivity

This commit is contained in:
Sebastian
2025-02-14 14:17:49 +01:00
parent 7c8ffd3347
commit 2f826806c2

View File

@@ -16,7 +16,7 @@ services:
- bsc-testnet:/bsc/.ethereum - bsc-testnet:/bsc/.ethereum
- ./bsc-testnet/config:/bsc/config - ./bsc-testnet/config:/bsc/config
entrypoint: geth entrypoint: geth
command: --config=/bsc/config/config.toml --ws.origins='*' --history.transactions=0 --state.scheme=path --syncmode=full --db.engine=pebble --rpc.gascap=600000000 command: --config=/bsc/config/config.toml --ws.origins='*' --history.transactions=0 --state.scheme=path --syncmode=full --db.engine=pebble --rpc.gascap=600000000 --nat=extip:${IP}
restart: unless-stopped restart: unless-stopped
stop_grace_period: 3m stop_grace_period: 3m
networks: networks: