Skip to content

Commit

Permalink
Merge pull request #30 from myscale/1.5-readme
Browse files Browse the repository at this point in the history
modify docker image version to 1.5 in README
  • Loading branch information
feixue1121 committed Apr 30, 2024
2 parents 9475f1b + 8bb8ec9 commit 88d9dfe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ The simplest way to use MyScaleDB is to create an instance on MyScale Cloud serv
To quickly get a MyScaleDB instance up and running, simply pull and run the latest Docker image:

```bash
docker run --name myscaledb --net=host myscale/myscaledb:1.4
docker run --name myscaledb --net=host myscale/myscaledb:1.5
```

>Note: Myscale's default configuration only allows localhost ip access. For the docker run startup method, you need to specify `--net=host` to access services deployed in docker mode on the current node.
Expand Down Expand Up @@ -106,7 +106,7 @@ version: '3.7'

services:
myscaledb:
image: myscale/myscaledb:1.4
image: myscale/myscaledb:1.5
tty: true
ports:
- '8123:8123'
Expand Down Expand Up @@ -242,7 +242,6 @@ We're committed to continuously improving and evolving MyScaleDB to meet the eve

## Roadmap

* [ ] Inverted index & performant keyword/vector hybrid search
* [ ] Support more storage engines, e.g. `ReplacingMergeTree`
* [ ] LLM observability with MyScaleDB
* [ ] Data-centric LLM
Expand Down

0 comments on commit 88d9dfe

Please sign in to comment.