add log rotation to daemon.json

This commit is contained in:
Emilien 2025-03-19 16:24:13 +01:00
parent e034e39807
commit 4336aa3879

View File

@ -9,4 +9,8 @@ unattended_origins_patterns:
docker_daemon_options:
experimental: true
ip6tables: true
ip6tables: true
log-driver: "json-file"
log-opts:
max-size: "200m"
max-file: "3"