Use proper version

This commit is contained in:
Kishore Nallan 2018-01-16 07:45:46 +05:30
parent 6b9ee787e6
commit 7e30cb1184

View File

@ -15,7 +15,7 @@ Linux (x86-64) and Mac.
If you use Docker, you can run Typesense from our [official Docker image](https://hub.docker.com/r/typesense/typesense/):
```
docker run -p 8108:8108 -v/tmp/typesense-data:/data typesense/typesense:0.8 --data-dir /data --api-key=Hu52dwsas2AdxdE --listen-port 8108
docker run -p 8108:8108 -v/tmp/typesense-data:/data typesense/typesense:0.8.0 --data-dir /data --api-key=Hu52dwsas2AdxdE --listen-port 8108
```
## Getting started