Add COINDATA_PATH to .env

This commit is contained in:
tecnovert
2019-07-19 17:33:51 +02:00
parent 24d4d14ff8
commit 519c7b717e
3 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
FROM ubuntu:18.10
ENV LANG C.UTF-8 \
ENV LANG=C.UTF-8 \
PARTICL_DATADIR="/coindata/particl" \
PARTICL_BINDIR="/opt/particl" \
LITECOIN_BINDIR="/opt/litecoin" \