Skip to content

Commit 774b668

Browse files
authored
add kafka port to quick start (#11935)
1 parent fc4cb53 commit 774b668

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ydb/docs/en/core/quickstart.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,10 @@ Normally, {{ ydb-short-name }} stores data on multiple SSD/NVMe or HDD raw disk
8686
```bash
8787
docker run -d --rm --name ydb-local -h localhost \
8888
--platform linux/amd64 \
89-
-p 2135:2135 -p 2136:2136 -p 8765:8765 \
89+
-p 2135:2135 -p 2136:2136 -p 8765:8765 -p 9092:9092 \
9090
-v $(pwd)/ydb_certs:/ydb_certs -v $(pwd)/ydb_data:/ydb_data \
9191
-e GRPC_TLS_PORT=2135 -e GRPC_PORT=2136 -e MON_PORT=8765 \
92+
-e YDB_KAFKA_PROXY_PORT=9092 \
9293
{{ ydb_local_docker_image}}:{{ ydb_local_docker_image_tag }}
9394
```
9495

ydb/docs/ru/core/quickstart.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,10 @@
8585
```bash
8686
docker run -d --rm --name ydb-local -h localhost \
8787
--platform linux/amd64 \
88-
-p 2135:2135 -p 2136:2136 -p 8765:8765 \
88+
-p 2135:2135 -p 2136:2136 -p 8765:8765 -p 9092:9092 \
8989
-v $(pwd)/ydb_certs:/ydb_certs -v $(pwd)/ydb_data:/ydb_data \
9090
-e GRPC_TLS_PORT=2135 -e GRPC_PORT=2136 -e MON_PORT=8765 \
91+
-e YDB_KAFKA_PROXY_PORT=9092 \
9192
{{ ydb_local_docker_image}}:{{ ydb_local_docker_image_tag }}
9293
```
9394

0 commit comments

Comments
 (0)