engine: fix indent issue for compose ipv6 example

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2023-06-07 09:52:59 +02:00
parent 96e1b0b6ec
commit 978ad16ffa
1 changed files with 1 additions and 1 deletions

View File

@ -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: