mirror of
https://github.com/PlayEdu/docker-compose.git
synced 2025-06-08 05:04:09 +08:00
1.6
This commit is contained in:
parent
da5af54d2c
commit
582fc53a5f
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
此项目提供 `docker-compose` 一键运行 `PlayEdu` 。提供一下软件环境:
|
此项目提供 `docker-compose` 一键运行 `PlayEdu` 。提供一下软件环境:
|
||||||
|
|
||||||
- PlayEdu v1.5
|
- PlayEdu v1.6
|
||||||
- MySQL 5.7.42
|
- MySQL 5.7.42
|
||||||
- Redis 7.0.2
|
- Redis 7.0.2
|
||||||
- MinIO - 由 bitnami 封装的 MinIO 发行版本
|
- MinIO - 由 bitnami 封装的 MinIO 发行版本
|
||||||
@ -16,7 +16,7 @@
|
|||||||
#### 第一步、克隆本仓库
|
#### 第一步、克隆本仓库
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone -b 1.5.1 https://github.com/PlayEdu/docker-compose.git playedu-docker-compose
|
git clone -b 1.6 https://github.com/PlayEdu/docker-compose.git playedu-docker-compose
|
||||||
```
|
```
|
||||||
|
|
||||||
#### 第二步、构建镜像
|
#### 第二步、构建镜像
|
||||||
|
@ -24,7 +24,7 @@ volumes:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
playedu:
|
playedu:
|
||||||
image: registry.cn-hangzhou.aliyuncs.com/playedu/light:1.5.2
|
image: registry.cn-hangzhou.aliyuncs.com/playedu/light:1.6
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/logs/nginx:/var/log/nginx
|
- ./data/logs/nginx:/var/log/nginx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user