gregstoll / gallery2

A fork of the Gallery project (galleryproject.org) that supports PHP 8
GNU General Public License v2.0
44 stars 24 forks source link

Do not use docker volumes but local mounted endpoints. #122

Closed miceno closed 1 year ago

miceno commented 1 year ago

I had a very bad experience with docker and I had to reset it, so I lost all the /gallery2-data and the database content.

I decided to switch to use local mounted endpoints from now on, so it will be safer to keep the data in case of a docker crisis.