We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1639e1 commit 5234654Copy full SHA for 5234654
geth/geth-entrypoint
@@ -2,7 +2,7 @@
2
set -eu
3
4
VERBOSITY=${GETH_VERBOSITY:-3}
5
-GETH_DATA_DIR=/data
+GETH_DATA_DIR=${GETH_DATA_DIR:-/data}
6
RPC_PORT="${RPC_PORT:-8545}"
7
WS_PORT="${WS_PORT:-8546}"
8
AUTHRPC_PORT="${AUTHRPC_PORT:-8551}"
0 commit comments