aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Tkachenko <290907+vadimtk@users.noreply.github.com>2022-04-20 12:19:37 -0400
committerGitHub <noreply@github.com>2022-04-20 12:19:37 -0400
commit24a41163bbb2dc620672453f69ed1ff973ff0e92 (patch)
treedf009cde50703909385a9883ba2c6983c9f5d85b
parentf77133f5e3571daf461ac4c08b7d64703a761294 (diff)
downloadydb-24a41163bbb2dc620672453f69ed1ff973ff0e92.tar.gz
Update 04_request.md
-rw-r--r--ydb/docs/en/core/getting_started/self_hosted/_includes/ydb_docker/04_request.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/docs/en/core/getting_started/self_hosted/_includes/ydb_docker/04_request.md b/ydb/docs/en/core/getting_started/self_hosted/_includes/ydb_docker/04_request.md
index cb1210bce5..ea135712bd 100644
--- a/ydb/docs/en/core/getting_started/self_hosted/_includes/ydb_docker/04_request.md
+++ b/ydb/docs/en/core/getting_started/self_hosted/_includes/ydb_docker/04_request.md
@@ -15,7 +15,7 @@ ydb -e grpcs://localhost:2135 --ca-file ydb_certs/ca.pem -d /local scheme ls
A precompiled version of the [YDB CLI](../../../../reference/ydb-cli/index.md) is also available within the image:
```bash
-docker exec <container_id> /ydb -e localhost:2136 -d /local scheme ls
+docker exec <container_id> /ydb -e grpc://localhost:2136 -d /local scheme ls
```
, where