Skip to content

Commit 0e038ec

Browse files
docs: update monitoring folder (#857)
1 parent 10018ae commit 0e038ec

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
@@ -118,7 +118,7 @@ To test production bundle with latest YDB backend release, do the following:
118118

119119
1. Install dependencies with `npm ci`
120120
2. Build a production bundle with a few tweaks for embedded version: `npm run build:embedded`.
121-
3. Invoke `docker run -it --hostname localhost -dp 2135:2135 -p 8765:8765 -v ~/projects/ydb-embedded-ui/build:/ydb_data/node_1/contentmonitoring cr.yandex/yc/yandex-docker-local-ydb:latest`
121+
3. Invoke `docker run -it --hostname localhost -dp 2135:2135 -p 8765:8765 -v ~/projects/ydb-embedded-ui/build:/ydb_data/node_1/content/monitoring cr.yandex/yc/yandex-docker-local-ydb:latest`
122122
4. Open [embedded YDB UI](http://localhost:8765/monitoring) to view it in the browser.
123123

124124
### Testing production bundle with specific cluster host
@@ -129,7 +129,7 @@ It also could be usefull for development purposes, because some operations, that
129129

130130
1. Install dependencies with `npm ci`
131131
2. Create production bundle with `npm run build:embedded`
132-
3. Copy your build files from `build` folder to `/contentmonitoring` folder on desired cluster host
132+
3. Copy your build files from `build` folder to `/content/monitoring` folder on desired cluster host
133133
4. Open `http://your-cluster-host:8765/monitoring` to see updated UI
134134

135135
It's assumed, that you have all the necessary access rights to update files on the host.

0 commit comments

Comments
 (0)