Remove the --nat:none forcing in Docker
This commit is contained in:
parent
55dac3e36f
commit
8124dbb93c
|
@ -9,13 +9,5 @@
|
||||||
killall p2pd
|
killall p2pd
|
||||||
rm -rf /tmp/*
|
rm -rf /tmp/*
|
||||||
|
|
||||||
if [[ "$2" == "" ]]; then
|
|
||||||
# TODO This is a normal execution of a long-running testnet node.
|
|
||||||
# If the nat is enabled at the moment, the node fails to start.
|
|
||||||
beacon_node --nat:none
|
|
||||||
else
|
|
||||||
# This is a one-off command such as createTestnet.
|
|
||||||
# We cannot reuse the command above, because the --nat option
|
|
||||||
# is not compatible with most of the commands.
|
|
||||||
beacon_node "$@"
|
beacon_node "$@"
|
||||||
fi
|
|
||||||
|
|
Loading…
Reference in New Issue