thanks for the tip, pictrs in particular was taking up a lot of space with its log
Lemmy Administration
Anything about running your own Lemmy instance. Including how to install it, maintain and customise it.
Be sure to check out the docs: https://join-lemmy.org/docs/en/administration/administration.html
If you have any problems, describe them here and we will try to help you fixing them.
You missed the container name:
docker inspect CONTAINERNAME --format='{{.LogPath}}'
Great post, thanks for the info.
I have the containername as last , but it wrapped to a new line. I'll change that to make more clear
Helpful post, thank you!
Huge thank you! I had a feeling something like this was going on but had no idea how to troubleshoot/fix.
My pictrs
and lemmy
containers were the biggest between 3-8 GB (significant for a smaller instance) after a couple weeks.
For anyone who finds this, in addition to what OP provided here, another command I found helpful (since I am a docker noob 🙂) to find the name of the currently running containers:
docker ps --format '{{.Name}}'