Hi
I have noticed that my server with Enhance keeps having a problem with increasing disk usage size.
I did some investigation and found that docker leaves a lot of files behind
Example if you upgraded Enhance from version 8.1.0 to 8.2.0 the docker files still remain on the server
it can be cleaned
be careful, it may remove docker images that are disabled
Make sure Enhance and all docker images are running,
if you are sure that everything is working properly you can clear the old files in docker
you can also back up your server beforehand
sudo docker system prune -a
this command cleared almost 5gb of old data for me