Decrease max size of docker logs, and rotation (#1395)

This commit is contained in:
Sergey Anisimov 2017-10-04 21:45:57 +01:00 коммит произвёл Jack Francis
Родитель e32dd2694e
Коммит 9cf7f62609
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -24,8 +24,8 @@ write_files:
"live-restore": true,
"log-driver": "json-file",
"log-opts": {
"max-size": "200m",
"max-file": "25"
"max-size": "50m",
"max-file": "5"
}
}