Merge pull request #14510 from Mandraenke/patch-1

added misssing "driver"
This commit is contained in:
Sebastiaan van Stijn 2022-04-08 00:14:35 +02:00 committed by GitHub
commit 2ec61594a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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