Skip to content

Commit c69adeb

Browse files
authored
Merge cc3790e into d58925c
2 parents d58925c + cc3790e commit c69adeb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ydb/docs/en/core/quickstart.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,11 @@ 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_API_ENABLED=1 \
93+
-e YDB_USE_IN_MEMORY_PDISKS=true \
9294
{{ ydb_local_docker_image}}:{{ ydb_local_docker_image_tag }}
9395
```
9496

ydb/docs/ru/core/quickstart.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,11 @@
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_API_ENABLED=1 \
92+
-e YDB_USE_IN_MEMORY_PDISKS=true \
9193
{{ ydb_local_docker_image}}:{{ ydb_local_docker_image_tag }}
9294
```
9395

0 commit comments

Comments
 (0)