diff --git a/README.md b/README.md index dd482fa..a0ee504 100644 --- a/README.md +++ b/README.md @@ -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" } ```