File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ Local viewer for YDB clusters
8
8
9
9
1 ) Run on a machine with Docker installed:
10
10
```
11
- docker pull registry .yandex.net/ yandex-docker-local-ydb:testing `
12
- docker run --hostname localhost -e YDB_ALLOW_ORIGIN="http://localhost:3000" -dp 2135:2135 -dp 8765:8765 registry .yandex.net/ yandex-docker-local-ydb:testing
11
+ 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
13
```
14
14
2 ) Run the frontend app in the development mode, via invoking ` npm run dev `
15
15
3 ) Open [ http://localhost:3000 ] ( http://localhost:3000 ) to view it in the browser. The page will reload if you make edits.\
You can’t perform that action at this time.
0 commit comments