wallabag / docker

Official docker-composer for wallabag.
594 stars 150 forks source link

Update README.md to reflect proper volume paths #322

Closed Pierric82 closed 1 year ago

Pierric82 commented 1 year ago

For the SQLite version it seems the volumes recommended here are no longer valid, as they cause errors upon starting. The solution for me was to look into the docker-compose file in the main wallabag repo and deduce the paths actually needed, which then worked. I'm proposing this update to avoid the same headache for future users.

katchy3132 commented 1 year ago

this doesn't persist across container restarts since the SQLite file is in /var/www/wallabag/data/db

Pierric82 commented 1 year ago

My bad, and thanks for replying, my data was going to disappear with the next update. I still don't understand why I couldn't get the container started using SQLite originally, then. However now, having initialised it with what basically amounts to no persistent volume, and then recovered the data and placed it manually into a persistent volume, it keeps working. This change can be discarded in any case.