Setup log rotation for docker.

This commit is contained in:
Egon Rijpkema
2018-10-23 11:09:45 +02:00
parent 8be6056f96
commit d68ec10d2c
2 changed files with 15 additions and 2 deletions

View File

@ -0,0 +1,7 @@
{
"log-driver": "json-file",
"log-opts": {
"max-size": "10m",
"max-file": "10"
}
}