Open STaRDoGG opened 3 years ago
Dont you need that PR? https://github.com/wallabag/docker/pull/248
@j0k3r
Dont you need that PR? #248
Has it not been merged yet? I was going on the info given @https://hub.docker.com/r/wallabag/wallabag
Uh oh, how can this be in docker hub as we didn't merge it? 🤔
@j0k3r Any reason for it not getting merged?
Poke @Kdecherf
- /mnt/i/Wallabag/Images:/var/www/wallabag/web/assets/images:rw
You using NFS? NFS might disallow chowning stuff.
Upon starting the service, it shows this error:
Read the error! See https://github.com/wallabag/docker/issues/174#issuecomment-905923784
Any update on this? This issue seems a bit stale and I'm wondering if a new PR would help?
Hey, any update on this?
For some reason, the container seems to not be reading from the secret file in my config. Here's my setup:
Upon starting the service, it shows this error:
Looks like it's not reading the mysql pw from the secret. I've tested the exact same secret on my actual MySQL container itself as well, and it works. I can also see the secrets do exist within the WallaBag container at
/run/secrets/
.Any ideas anyone?