Skip to content

Commit

Permalink
Fix chore (#12923)
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-sheng authored Jan 2, 2025
1 parent 5ab39ac commit 4c5882d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/en/setup/backend/backend-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ Use the docker mode to run BanyanDB containerized.
# The compatible version number could be found in /config/bydb.dependencies.properties
export BYDB_VERSION=xxx

docker pull apache/skywalking-banyandb:{BYDB_VERSION}
docker pull apache/skywalking-banyandb:${BYDB_VERSION}

docker run -d \
-p 17912:17912 \
-p 17913:17913 \
--name banyandb \
apache/skywalking-banyandb:{BYDB_VERSION} \
apache/skywalking-banyandb:${BYDB_VERSION} \
standalone
```

Expand Down
4 changes: 2 additions & 2 deletions docs/en/setup/backend/storages/banyandb.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@ Use the docker mode to run BanyanDB containerized.
# The compatible version number could be found in /config/bydb.dependencies.properties
export BYDB_VERSION=xxx

docker pull apache/skywalking-banyandb:{BYDB_VERSION}
docker pull apache/skywalking-banyandb:${BYDB_VERSION}

docker run -d \
-p 17912:17912 \
-p 17913:17913 \
--name banyandb \
apache/skywalking-banyandb:{BYDB_VERSION} \
apache/skywalking-banyandb:${BYDB_VERSION} \
standalone
```

Expand Down

0 comments on commit 4c5882d

Please sign in to comment.