Optimization docker-compose description

This commit is contained in:
jonny 2022-06-26 12:07:37 +08:00 committed by GitHub
parent 6cde76130e
commit dbd77d887f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -72,13 +72,14 @@ docker run --name think-redis -p 6379:6379 -d redis --appendonly yes --requirepa
- 实测腾讯轻量云 2C4G 机器构建需 8 分钟左右 - 实测腾讯轻量云 2C4G 机器构建需 8 分钟左右
**请注意修改 `docker-compose.yml` 中的 `EIP` 参数,否则无法正常使用!!!** **请注意构建前修改 `docker-compose.yml` 中的 `EIP` 参数,否则无法正常使用!!!**
``` ```
# 首次安装 # 首次安装
git clone https://github.com/fantasticit/think.git git clone https://github.com/fantasticit/think.git
cd think cd think
vim docker-compose.yml
docker-compose up -d docker-compose up -d
# 二次更新升级 # 二次更新升级