This commit is contained in:
xxx 2023-11-17 13:39:48 +08:00
parent d1463c6fe8
commit d08d9cb74e
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
#### 第一步、克隆本仓库 #### 第一步、克隆本仓库
``` ```
git clone -b 1.5 https://github.com/PlayEdu/docker-compose.git playedu-docker-compose git clone -b 1.5.1 https://github.com/PlayEdu/docker-compose.git playedu-docker-compose
``` ```
#### 第二步、构建镜像 #### 第二步、构建镜像

View File

@ -24,7 +24,7 @@ volumes:
services: services:
playedu: playedu:
image: registry.cn-hangzhou.aliyuncs.com/playedu/light:v1.5 image: registry.cn-hangzhou.aliyuncs.com/playedu/light:v1.5.1
restart: always restart: always
volumes: volumes:
- ./data/logs/nginx:/var/log/nginx - ./data/logs/nginx:/var/log/nginx