From e870bc14daa408b3e5e9102ca6e25f3059b71111 Mon Sep 17 00:00:00 2001 From: Alan Dooley Date: Mon, 27 May 2024 12:30:31 +0100 Subject: [PATCH] Fix small typo in Docker documentation --- .../container-environments/docker-images.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/installation-upgrade/container-environments/docker-images.md b/site/content/installation-upgrade/container-environments/docker-images.md index 659d8509d..3b247d551 100644 --- a/site/content/installation-upgrade/container-environments/docker-images.md +++ b/site/content/installation-upgrade/container-environments/docker-images.md @@ -170,7 +170,7 @@ docker run --name nginx-agent -d nginx-agent To connect your NGINX Agent container to your NGINX One or NGINX Instance Manager instance, you must enable the gRPC interface. To do this, you must edit the NGINX Agent configuration file, *nginx-agent.conf*. For example: ```yaml -erver: +server: host: 127.0.0.1 # mock control plane host grpcPort: 54789 # mock control plane gRPC port