Size of chirpstack docker image

It was a log problem that took up too much space, and it is with docker that I could solve the problem, by adding this in the docker.yml
logging:
driver: “json-file”
options:
max-size: “2048m”
The expression ‘logging’ should be at the same level as ‘image’.
I have re-launched the docker, the log file is now limited to 2 048 MB. Not really a chirpstack problem in the end, but I started with him and docker at the same time. Maybe we should put this topic elsewhere;)

1 Like