Nacos 2.0.2
This commit is contained in:
parent
bb0b95952b
commit
664fed8240
@ -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.1
|
docker run --name nacos-quick -e MODE=standalone -p 8849:8848 -d nacos/nacos-server:2.0.2
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
@ -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.1
|
NACOS_VERSION=2.0.2
|
||||||
```
|
```
|
||||||
|
|
||||||
Run the following command:
|
Run the following command:
|
||||||
|
@ -20,7 +20,7 @@ ENV MODE="cluster" \
|
|||||||
TOMCAT_ACCESSLOG_ENABLED="false" \
|
TOMCAT_ACCESSLOG_ENABLED="false" \
|
||||||
TIME_ZONE="Asia/Shanghai"
|
TIME_ZONE="Asia/Shanghai"
|
||||||
|
|
||||||
ARG NACOS_VERSION=2.0.1
|
ARG NACOS_VERSION=2.0.2
|
||||||
ARG HOT_FIX_FLAG=""
|
ARG HOT_FIX_FLAG=""
|
||||||
|
|
||||||
WORKDIR $BASE_DIR
|
WORKDIR $BASE_DIR
|
||||||
|
@ -1 +1 @@
|
|||||||
NACOS_VERSION=2.0.1
|
NACOS_VERSION=2.0.2
|
Loading…
Reference in New Issue
Block a user