From 2f826806c27eec68541923017ced45cfa46ca241 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Fri, 14 Feb 2025 14:17:49 +0100 Subject: [PATCH] connectivity --- bsc-testnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsc-testnet.yml b/bsc-testnet.yml index d0fe6f6b..3d5ae48d 100644 --- a/bsc-testnet.yml +++ b/bsc-testnet.yml @@ -16,7 +16,7 @@ services: - bsc-testnet:/bsc/.ethereum - ./bsc-testnet/config:/bsc/config 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 stop_grace_period: 3m networks: