Alexander Böhm 2021-12-20 19:41:35 +01:00
parent 151424cb62
commit 8d98a11c13
1 changed files with 7 additions and 7 deletions

View File

@ -41,12 +41,12 @@ Docker logs retenation + ipv6 support
```
{
"log-driver": "json-file",
"log-opts": {
"max-size": "1m",
"max-file": "3"
},
"ipv6": true,
"fixed-cidr-v6": "fcff:ffff:ffff:ffff::/64"
"log-driver": "json-file",
"log-opts": {
"max-size": "1m",
"max-file": "3"
},
"ipv6": true,
"fixed-cidr-v6": "fcff:ffff:ffff:ffff::/64"
}
```