mirror of
https://github.com/PlayEdu/docker-compose.git
synced 2025-06-08 08:24:09 +08:00
1.5.1
This commit is contained in:
parent
d1463c6fe8
commit
d08d9cb74e
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
#### 第二步、构建镜像
|
#### 第二步、构建镜像
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user