aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-07-05 18:47:20 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-07-05 18:47:20 +0300
commit27f30d5d46d24717f4572cee2e663c4bdcd2e8d5 (patch)
treea858bbcca79a2eab36ea22f9c87e24b23b1e39fa
parent3a404fa715df00ff995c9bf239e37c89ebf6b190 (diff)
downloadydb-27f30d5d46d24717f4572cee2e663c4bdcd2e8d5.tar.gz
intermediate changes
ref:bef6ef75f22bab7183116bbf3b647665664d4f8f
-rw-r--r--build/ya.conf.json2
-rw-r--r--ydb/docs/en/core/getting_started/self_hosted/_includes/ydb_docker/04_request.md2
-rw-r--r--ydb/docs/ru/core/getting_started/self_hosted/_includes/ydb_docker/04_request.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/build/ya.conf.json b/build/ya.conf.json
index 23faceafefe..56be8216f76 100644
--- a/build/ya.conf.json
+++ b/build/ya.conf.json
@@ -8815,7 +8815,7 @@
},
"skotty": {
"formula": {
- "sandbox_id": 1349738508,
+ "sandbox_id": 1365587624,
"match": "launcher"
},
"executable": {
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 ea135712bd2..cb1210bce59 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 grpc://localhost:2136 -d /local scheme ls
+docker exec <container_id> /ydb -e localhost:2136 -d /local scheme ls
```
, where
diff --git a/ydb/docs/ru/core/getting_started/self_hosted/_includes/ydb_docker/04_request.md b/ydb/docs/ru/core/getting_started/self_hosted/_includes/ydb_docker/04_request.md
index 30420ef7429..3e65f16f661 100644
--- a/ydb/docs/ru/core/getting_started/self_hosted/_includes/ydb_docker/04_request.md
+++ b/ydb/docs/ru/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
Предсобранная версия [YDB CLI](../../../../reference/ydb-cli/index.md) также доступа внутри образа:
```bash
-docker exec <container_id> /ydb -e grpc://localhost:2136 -d /local scheme ls
+docker exec <container_id> /ydb -e localhost:2136 -d /local scheme ls
```
, где