Browse Source

intermediate changes
ref:bef6ef75f22bab7183116bbf3b647665664d4f8f

arcadia-devtools 2 years ago
parent
commit
27f30d5d46

+ 1 - 1
build/ya.conf.json

@@ -8815,7 +8815,7 @@
         },
         "skotty": {
             "formula": {
-                "sandbox_id": 1349738508,
+                "sandbox_id": 1365587624,
                 "match": "launcher"
             },
             "executable": {

+ 1 - 1
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

+ 1 - 1
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
 ```
 
 , где