Skip to content

Commit

Permalink
update myscale image in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Aed-p committed Jun 17, 2024
1 parent 1d7768b commit 91f1e65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,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.5
docker run --name myscaledb --net=host myscale/myscaledb:1.6
```

>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 @@ -114,7 +114,7 @@ version: '3.7'

services:
myscaledb:
image: myscale/myscaledb:1.5
image: myscale/myscaledb:1.6
tty: true
ports:
- '8123:8123'
Expand Down

0 comments on commit 91f1e65

Please sign in to comment.