Skip to content

Commit

Permalink
Fix small typo in Docker documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ADubhlaoich committed May 27, 2024
1 parent f4ecb83 commit e870bc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e870bc1

Please sign in to comment.