Merge pull request #101 from Jonnyan404/main

Optimization docker-compose description
This commit is contained in:
fantasticit 2022-06-26 15:39:18 +08:00 committed by GitHub
commit f969f4d872
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 分钟左右
**请注意修改 `docker-compose.yml` 中的 `EIP` 参数,否则无法正常使用!!!**
**请注意构建前修改 `docker-compose.yml` 中的 `EIP` 参数,否则无法正常使用!!!**
```
# 首次安装
git clone https://github.com/fantasticit/think.git
cd think
vim docker-compose.yml
docker-compose up -d
# 二次更新升级