mirror of https://github.com/docker/docs.git
engine: fix indent issue for compose ipv6 example
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
96e1b0b6ec
commit
978ad16ffa
|
@ -51,7 +51,7 @@ The following steps show you how to create a Docker network that uses IPv6.
|
|||
$ docker network create --ipv6 --subnet 2001:0DB8::/112 ip6net
|
||||
```
|
||||
|
||||
- Using a Docker Compose file:
|
||||
- Using a Docker Compose file:
|
||||
|
||||
```yaml
|
||||
networks:
|
||||
|
|
Loading…
Reference in New Issue