Update docker configuration

This commit is contained in:
sonny 2023-07-02 11:03:44 +02:00
parent 2184a24278
commit 026e2f84fc
3 changed files with 31 additions and 3 deletions

8
files/docker/config.json Normal file
View file

@ -0,0 +1,8 @@
{
"data-root": "/home/sonny/vm/docker",
"log-driver": "json-file",
"log-opts": {
"max-size": "100m",
"max-file": "3"
}
}