mirror of https://github.com/docker/docs.git
Merge pull request #14510 from Mandraenke/patch-1
added misssing "driver"
This commit is contained in:
commit
2ec61594a5
|
@ -330,7 +330,7 @@ services which publish ports, such as a WordPress service which publishes port
|
|||
--ingress \
|
||||
--subnet=10.11.0.0/16 \
|
||||
--gateway=10.11.0.2 \
|
||||
--opt com.docker.network.mtu=1200 \
|
||||
--opt com.docker.network.driver.mtu=1200 \
|
||||
my-ingress
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue