Docker log rotation for high-container-count VPS:

Docker log rotation for high-container-count VPS: 5MB x 2 files. Default daemon.json max-size:10m, max-file:3 allows 2.9GB across 97 containers. Tightened to max-size:5m, max-file:2 (max 970MB) at /etc/docker/daemon.json. Requires systemctl restart docker for NEW containers. Existing containers keep old settings until recreated with docker compose up -d —force-recreate.