mirror of https://github.com/docker/docs.git
Fix a typo (#4528)
This commit is contained in:
parent
21370d18c6
commit
b73e47a96d
|
@ -36,7 +36,7 @@ sets the IPv6 subnet to `2001:db8:1::/64`.
|
|||
```json
|
||||
{
|
||||
"ipv6": true,
|
||||
"fixed-cid4-v6": "2001:db8:1::/64"
|
||||
"fixed-cidr-v6": "2001:db8:1::/64"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue