wallabag / docker

Official docker-composer for wallabag.
608 stars 153 forks source link

Fix SQLite provisioning #402

Closed Kdecherf closed 8 months ago

Kdecherf commented 8 months ago

If we use a local folder volume binding, install_wallabag was failing because of missing file and permission issues.

This reworks the way we initially create the database when it is missing or empty.

Superseeds #386

Fixes #316 #346