this post was submitted on 09 Aug 2022
16 points (100.0% liked)
Lemmy Support
4718 readers
21 users here now
Support / questions about Lemmy.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Looks like docker log files. We merged a commit to lemmy-ansible for a fix a while ago: https://github.com/LemmyNet/lemmy-ansible/pull/49
Will this fix be in the next release?
If you're using lemmy-ansible, follow the instructions there for upgrading.
it's just a change to the docker-compose.yml file. so depending on how your instance is setup (using ansible or docker-compose), you could just make the change yourself.
I tried changing the docker-compose.yml file and it didn't work. It just threw some vague error.
What are those errors specifically, and could you post your docker-compose.yml?
Here's the part that I've added to the docker-compose.yml:
Here's the error:
it looks like from the error message that you maybe don't have the correct amount of whitespace. here's a snippet of mine:
i also added the 4 logging lines for each service listed in my docker-compose.yml file. hope this helps!
Yes. This did help and thank you.
I have no idea where you are getting that from, but it doesn't match lemmy-ansible, or the PR I linked.
Also please do not screenshot text, just copy-paste the entire file so I can see what's wrong with it.
I looked more closely at the lemmy-ansible code and now our docker-compose.yml is functioning properly. Thanks for the heads up!