diff --git a/_install-and-configure/install-opensearch/docker.md b/_install-and-configure/install-opensearch/docker.md index 189d647ce5..8925cb5ed8 100644 --- a/_install-and-configure/install-opensearch/docker.md +++ b/_install-and-configure/install-opensearch/docker.md @@ -106,7 +106,7 @@ Before continuing, you should verify that Docker is working correctly by deployi ``` 1. Send a request to port 9200. The default username and password are `admin`. ```bash - curl https://localhost:9200 -ku 'admin:' + curl https://localhost:9200 -ku admin: ``` {% include copy.html %}