We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fcf1b3 commit a329018Copy full SHA for a329018
README.md
@@ -8,7 +8,7 @@ Local viewer for YDB clusters
8
9
1) Run on a machine with Docker installed:
10
```
11
- docker pull cr.yandex/yc/yandex-docker-local-ydb`
+ docker pull cr.yandex/yc/yandex-docker-local-ydb
12
docker run --hostname localhost -e YDB_ALLOW_ORIGIN="http://localhost:3000" -dp 2135:2135 -dp 8765:8765 cr.yandex/yc/yandex-docker-local-ydb
13
14
2) Run the frontend app in the development mode, via invoking `npm run dev`
0 commit comments