On second thought don't declare a VOLUME here.
This commit is contained in:
parent
38320c2204
commit
cedb74dc3d
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ EXPOSE 50001
|
||||||
## Example daemon_settings.yml is at https://github.com/lbryio/lbry/blob/master/example_daemon_settings.yml
|
## 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
|
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.
|
## 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.
|
## 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/
|
# VOLUME /lbrynet/Downloads/
|
||||||
|
|
Loading…
Reference in a new issue