Skip to content

Commit 0700e0b

Browse files
authored
docs: update README.md
1 parent f80fb7b commit 0700e0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Local viewer for YDB clusters
88

99
1) Run on a machine with Docker installed:
1010
```
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
1313
```
1414
2) Run the frontend app in the development mode, via invoking `npm run dev`
1515
3) Open [http://localhost:3000](http://localhost:3000) to view it in the browser. The page will reload if you make edits.\

0 commit comments

Comments
 (0)