mirror of
https://github.com/PlayEdu/docker-compose.git
synced 2025-06-07 05:45:34 +08:00
v1.2.2
This commit is contained in:
parent
375c9ebc82
commit
db9d66b099
@ -9,10 +9,9 @@
|
||||
- Redis 7.0.2
|
||||
- MinIO - 由 bitnami 封装的 MinIO 发行版本
|
||||
|
||||
### 支持
|
||||
### 注意
|
||||
|
||||
- [x] amd64
|
||||
- [x] arm64
|
||||
**本项目提供 `linux/amd64` 的 platform 运行。如果您是 `linux/arm64` 的话请将 `docker-compose.yml` 中的 `playedu/light` 修改为 `playedu/light-arm64` 。**
|
||||
|
||||
### 快速上手
|
||||
|
||||
|
@ -25,7 +25,7 @@ volumes:
|
||||
services:
|
||||
### PlayEdu ################################################
|
||||
playedu:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/playedu/light:1.2.1
|
||||
image: registry.cn-hangzhou.aliyuncs.com/playedu/light:1.2.2
|
||||
restart: always
|
||||
# volumes:
|
||||
# - ./data/logs/nginx:/var/log/nginx
|
||||
|
Loading…
x
Reference in New Issue
Block a user