From 99bb9404e7daddf30b10de7595005105045135dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Appr=C3=A9derisse=20Benjamin?= Date: Sat, 8 Feb 2020 12:31:46 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9BFix=20typo=20NGINX?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/cloud/docker/docker-containers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cloud/docker/docker-containers.md b/src/cloud/docker/docker-containers.md index 5eab93d9040..b2f56d9708e 100644 --- a/src/cloud/docker/docker-containers.md +++ b/src/cloud/docker/docker-containers.md @@ -39,7 +39,7 @@ See [Docker CLI containers] for details. | [selenium][selenium-container]| Selenium | `--with-selenium`
`--selenium-version`
`--selenium-image`| Any | Enables Magento application testing using the Magento Functional Testing Framework (MFTF) | [tls][tls-container] | SSL Endpoint | | | Terminates SSL, can be configured to pass to varnish or nginx | [varnish][varnish-container] | Varnish | `--varnish` | 4, 6 | -| [web][web-container] | NGNIX | `--nginx` | 1.9, latest | +| [web][web-container] | NGINX | `--nginx` | 1.9, latest | The `ece-docker build:compose` command runs in interactive mode and verifies the configured service versions. To skip interactive mode, use the `-n, --no-interaction` option.