From cedb74dc3dc8879eca15a2db443f10890cec8a6a Mon Sep 17 00:00:00 2001 From: Leopere Date: Thu, 29 Nov 2018 19:17:49 +0000 Subject: [PATCH] On second thought don't declare a VOLUME here. --- lbrynet/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbrynet/Dockerfile b/lbrynet/Dockerfile index 63c8df2..c643f5c 100644 --- a/lbrynet/Dockerfile +++ b/lbrynet/Dockerfile @@ -37,7 +37,7 @@ EXPOSE 50001 ## Example daemon_settings.yml is at https://github.com/lbryio/lbry/blob/master/example_daemon_settings.yml ADD https://raw.githubusercontent.com/lbryio/lbry/master/example_daemon_settings.yml /etc/lbrynet/example_daemon_settings.yml ## TODO: In start.sh detect and merge changes. -VOLUME /etc/lbry/daemon_settings.yml +# VOLUME /etc/lbry/daemon_settings.yml ## TODO: Downloaded blobs will be in their own separate volume for keeping backups of critical secrets and data separate from backups of potentially massive blob files. # VOLUME /lbrynet/Downloads/