You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The /etc directory is intended to be used for static configuration, and isn't expected to grow significantly in size without the user performing some kind of action. It's not really the right place for the blockchain to be stored.
A more appropriate place would be a folder in /var which is intended for things that could vary in size (hence the name). I'm sure most users will edit the file for their machine, but there is no harm in providing a sensible default in case someone has their system setup with /var in a different partition.
The text was updated successfully, but these errors were encountered:
Not a massive issue, just a detail I think is worth pointing out.
In the example docker-compose file, the blockchain volume is bound like this:
The
/etc
directory is intended to be used for static configuration, and isn't expected to grow significantly in size without the user performing some kind of action. It's not really the right place for the blockchain to be stored.A more appropriate place would be a folder in
/var
which is intended for things that could vary in size (hence the name). I'm sure most users will edit the file for their machine, but there is no harm in providing a sensible default in case someone has their system setup with/var
in a different partition.The text was updated successfully, but these errors were encountered: