We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb8f7de commit 09fee3aCopy full SHA for 09fee3a
.github/docker/entrypoint.sh
@@ -9,7 +9,7 @@ set -e
9
: "${LTC_RPCALLOWIP:=0.0.0.0/0}"
10
: "${LTC_TESTNET:=}"
11
: "${LTC_PRUNE:=550}"
12
-: "${LTC_DATADIR:=./data}" # Default data directory inside container
+: "${LTC_DATADIR:=$(pwd)/data}"
13
14
# Build args
15
ARGS=(
0 commit comments