How to ensure the Raspbian image works long-term?

@VonOx Evening thought: I think I know why some users are having storage issues! I didn’t set a size limit on the logs in the docker run, and this can become quite significant over time if Gladys runs for a while…

You should add:

--log-opt max-size=10m

I will set this default value on the daemon rather than the container. Noted

https://github.com/VonOx/gladys-pi-gen/issues/1