mirror of https://github.com/docker/docs.git
added misssing "driver"
The example for setting the MTU on the swarm ingress network uses the wrong property: `--opt com.docker.network.mtu=1200` instead of `--opt com.docker.network.driver.mtu=1200`
This commit is contained in:
parent
11548d686e
commit
0de0cf0f1d
|
@ -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