diff --git a/Makefile b/Makefile index 4834d1d..770cf9b 100644 --- a/Makefile +++ b/Makefile @@ -75,11 +75,11 @@ docker_img_stop_zcashd: # Start the lightwalletd ingester in the zcashdlwd container docker_img_run_lightwalletd_ingest: - docker exec -i zcashdlwd ingest --conf-file /root/.zcash/zcash.conf --db-path /db/sql.db --log-file /logs/ingest.log + docker exec -i zcashdlwd ingest --conf-file /home/zcash/.zcash/zcash.conf --db-path /db/sql.db --log-file /logs/ingest.log # Start the lightwalletd server in the zcashdlwd container docker_img_run_lightwalletd_insecure_server: - docker exec -i zcashdlwd server --very-insecure=true --conf-file /root/.zcash/zcash.conf --db-path /db/sql.db --log-file /logs/server.log --bind-addr 127.0.0.1:18232 + docker exec -i zcashdlwd server --very-insecure=true --conf-file /home/zcash/.zcash/zcash.conf --db-path /db/sql.db --log-file /logs/server.log --bind-addr 127.0.0.1:18232 # Remove and delete ALL images and containers in Docker; assumes containers are stopped docker_remove_all: