Browse Source

--no-upnp

maxmind 7 months ago
parent
commit
693a6bffd0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      entrypoint.sh

+ 1 - 1
entrypoint.sh

@@ -7,7 +7,7 @@ REWARD_ADDRESS=${REWARD_ADDRESS}
 for ((COUNT=1; COUNT<=NODE_COUNT; COUNT++)); do
     echo "start $COUNT node"
     mkdir -p /root/antnode_data/node_$COUNT
-    ./antnode --rewards-address $REWARD_ADDRESS --root-dir /root/antnode_data/node_$COUNT "$@" evm-arbitrum-one &
+    ./antnode --rewards-address $REWARD_ADDRESS --root-dir /root/antnode_data/node_$COUNT --no-upnp "$@" evm-arbitrum-one &
     sleep 2
 done