Update README.md
This commit is contained in:
parent
5bf216ff17
commit
81f878000b
@ -23,7 +23,7 @@ This project contains a Docker image meant to facilitate the deployment of [Naco
|
|||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
docker run --name nacos-quick -e MODE=standalone -p 8849:8848 -d nacos/nacos-server:2.0.0-bugfix
|
docker run --name nacos-quick -e MODE=standalone -p 8849:8848 -d nacos/nacos-server:2.0.1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
@ -32,7 +32,7 @@ docker run --name nacos-quick -e MODE=standalone -p 8849:8848 -d nacos/nacos-ser
|
|||||||
* Tips: You can change the version of the Nacos image in the compose file from the following configuration.
|
* Tips: You can change the version of the Nacos image in the compose file from the following configuration.
|
||||||
`example/.env`
|
`example/.env`
|
||||||
```dotenv
|
```dotenv
|
||||||
NACOS_VERSION=2.0.0-bugfix
|
NACOS_VERSION=2.0.1
|
||||||
```
|
```
|
||||||
|
|
||||||
Run the following command:
|
Run the following command:
|
||||||
|
Loading…
Reference in New Issue
Block a user