change docker to use local as log-driver to default to limiting log sizes
This commit is contained in:
parent
466b888bb9
commit
1d5798dc90
1 changed files with 2 additions and 1 deletions
|
|
@ -3,5 +3,6 @@
|
|||
"ipv6": true,
|
||||
"fixed-cidr-v6": "fd57:d7e4:f221::/64",
|
||||
"ip6tables": true,
|
||||
"userland-proxy": true
|
||||
"userland-proxy": true,
|
||||
"log-driver": "local"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue