Jellystat...guide or instructions?
Hi! I'm currently looking onto perhaps running Jellystat. But the instructions seem to be a bit...lacking? Is there a step by step guide on how to get it up and running?
Thanks!
You are viewing a single comment
Hi! I'm currently looking onto perhaps running Jellystat. But the instructions seem to be a bit...lacking? Is there a step by step guide on how to get it up and running?
Thanks!
In the same place as you run your
docker compose up
command you just typedocker compose logs
Huh....so the log is just an almost infinite loop of these:
Just for clarity's sake, here's my docker-compose.yml:
I literally haven't changed anything from default as it was a test, even the password fields.
Your passwords for the database does not match.
But the error is about it not being able to reach the database on the hostname.
I can run it with this compose file:
Hmmm thanks but I'm not using traefik...Is it part of the needed setup?
No. You can leave that out. That was just me showing you that it runs on my machine, with that setup. Just bind the port instead.
Just came to say thanks...Yeah eventually after copy-pasting it from scratch again, I got it running. Seems to be working now. Thanks again!