diff options
author | Vadim Tkachenko <290907+vadimtk@users.noreply.github.com> | 2022-04-20 12:19:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-20 12:19:37 -0400 |
commit | 24a41163bbb2dc620672453f69ed1ff973ff0e92 (patch) | |
tree | df009cde50703909385a9883ba2c6983c9f5d85b | |
parent | f77133f5e3571daf461ac4c08b7d64703a761294 (diff) | |
download | ydb-24a41163bbb2dc620672453f69ed1ff973ff0e92.tar.gz |
Update 04_request.md
-rw-r--r-- | ydb/docs/en/core/getting_started/self_hosted/_includes/ydb_docker/04_request.md | 2 |
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 |