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 +1,2 @@
HTML_PORT=127.0.0.1:12700:12700
HTML_PORT=127.0.0.1:12700:12700
COINDATA_PATH=./coindata

View File

@@ -6,7 +6,7 @@ services:
build:
context: ../
volumes:
- ./coindata:/coindata
- ${COINDATA_PATH}:/coindata
ports:
- "${HTML_PORT}" # Expose only to localhost, see .env