Closed fho closed 8 months ago
@j0k3r, @Kdecherf any chance to get this merged?
A docker image containing the fix can be found here: https://github.com/fho/wallabag-docker/pkgs/container/wallabag. It will only be temporarily available.
+1 as I just ran into this issue
+1 ran into this issue, would love for it be fixed
@Kdecherf @j0k3r @nicosomb could you please provide feedback or even better merge this PR?
Hello @fho,
I finally took time to check on this issue, and I worked on a slightly different fix here #402
Superseded by #402
@Kdecherf thanks for merging a fix
When a volume mount is used for /var/wwww/wallabag/data, as documented^1, the container fails to start with the error messages:
In the volume mount the db directory and the empty db/wallabag.sqlite do not exist which causes the issue.
Check in the entrypoint script if the file exist, if it does not create the db directory and the file and make nobody the owner.
This fixes: https://github.com/wallabag/docker/issues/316