Updated some explanation

This commit is contained in:
pader 2021-04-15 10:23:46 +08:00
parent 0509bb1505
commit f5e4649702
2 changed files with 14 additions and 4 deletions

View File

@ -20,11 +20,21 @@ This project contains a Docker image meant to facilitate the deployment of [Naco
* Since Nacos 1.3.1 version, the database storage has been upgraded to 8.0, and it is backward compatible
## Quick Start
```shell
docker run --name nacos-quick -e MODE=standalone -p 8849:8848 -d nacos/nacos-server:2.0-bugfix
```
## Advanced Usage
* Tips: You can change the version of the Nacos image in the compose file from the following configuration.
`example/.env`
```dotenv
NACOS_VERSION=2.0.0-bugfix
```
Run the following command
* Clone project

View File

@ -1 +1 @@
NACOS_VERSION=2.0.0
NACOS_VERSION=2.0.0-bugfix