ansible/roles/docker/files/daemon.json

8 lines
95 B
JSON

{
"log-driver": "json-file",
"log-opts": {
"max-size": "100m",
"max-file": "3"
}
}