Skip to content

Commit

Permalink
docs: fix docker run command
Browse files Browse the repository at this point in the history
  • Loading branch information
vovaspace committed Mar 27, 2024
1 parent 58bf9f8 commit dfc2eb2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ Open http://localhost:8765 to view it in the browser.
1. Run on a machine with Docker installed:
```
docker run --rm -ti --name ydb-local -h localhost \
-p 2135:2135 -p 2136:2136 -p 8765:8765 \
-v $(pwd)/ydb_certs:/ydb_certs -v $(pwd)/ydb_data:/ydb_data \
-e GRPC_TLS_PORT=2135 -e GRPC_PORT=2136 -e MON_PORT=8765 \
-p 8765:8765 \
-e MON_PORT=8765 \
cr.yandex/yc/yandex-docker-local-ydb:latest
```
2. Run the frontend app in the development mode, via invoking `npm run dev`
Expand Down

0 comments on commit dfc2eb2

Please sign in to comment.