Hello everyone,
Recently found LinguaCafe and decided to spin it up. There’s a provided docker-compose with just volumes to specify to your own taste. Pretty easy right?
I can’t make it work. Spent nearly two hours already trying to figure out what I’m missing.
Can someone take a look at my compose file and tell me where I’m stupid?
Here’s a somewhat anonymized pastebin, I just removed the password and my name from the file. The rest is basically the file provided by the github + my paths. pastebin.com/fJByZhic
github.com/simjanos-dev/LinguaCafe
What happens is, my containers spin up apparently properly. But when I go to :9191, I have this:
Never had that happen before. Does anyone know? Thanks
redcalcium@lemmy.institute 9 months ago
Probably just a permission issue. The doc seems to recommend giving relaxed permission to the temp folder volume:
sudo chmod 777 /your/linguacafe/temp/folder -R
Natal@lemmy.world 9 months ago
I have done that and it doesn’t seem to help. Edited main post to reflect that.