websoft9/docker/daemon.json
2023-10-06 16:45:57 +08:00

7 lines
111 B
JSON

{
"log-driver": "json-file",
"log-opts": {
"max-size": "10m",
"max-file": "5"
}
}