wallabag / docker

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

Fix SQLite provisioning #402

Closed Kdecherf closed 4 months ago

Kdecherf commented 4 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