mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-06-07 17:55:59 +08:00
使用已编译好的镜像
This commit is contained in:
parent
fbc61f9eac
commit
c9e1894f17
10
README.md
10
README.md
@ -24,16 +24,10 @@ git clone --branch main https://gitee.com/playeduxyz/playedu.git playedu
|
|||||||
构建镜像:
|
构建镜像:
|
||||||
|
|
||||||
```
|
```
|
||||||
cd playedu && docker-compose build
|
cd playedu && docker-compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
运行镜像:
|
命令执行完成以后,打开您的浏览器,输入 `http://localhost:9900` 即可访问后台管理界面,默认管理员账号和密码 `admin@playedu.xyz / playedu` 。
|
||||||
|
|
||||||
```
|
|
||||||
docker-compose up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
现在,打开您的浏览器,输入 `http://localhost:9900` 即可访问后台管理界面,默认管理员账号和密码 `admin@playedu.xyz / playedu` 。
|
|
||||||
|
|
||||||
- PC 端口 `http://localhost:9800`
|
- PC 端口 `http://localhost:9800`
|
||||||
- H5 端口 `http://localhost:9801`
|
- H5 端口 `http://localhost:9801`
|
||||||
|
@ -20,7 +20,7 @@ volumes:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
playedu:
|
playedu:
|
||||||
build: .
|
image: registry.cn-hangzhou.aliyuncs.com/playedu/light:1.7
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- DB_HOST=mysql
|
- DB_HOST=mysql
|
||||||
|
Loading…
x
Reference in New Issue
Block a user