This commit is contained in:
bwcx_jzy 2021-12-17 15:48:56 +08:00
parent cc24ce3fc8
commit cbb9151ece
No known key found for this signature in database
GPG Key ID: 5E48E9372088B9E5

View File

@ -135,6 +135,7 @@ yum install -y wget && wget -O install.sh https://dromara.gitee.io/jpom/docs/ins
> 如关闭防火墙后仍无法访问,并且使用的是云服务器,还需要到云服务器管理后台中检查安全组规则(关闭防火墙)
### 容器化安装
> 注意容器化安装方式需要先安装docker
```
docker pull jpomdocker/jpom
@ -146,6 +147,19 @@ docker run -d -p 2122:2122 --name jpom-server -v /etc/localtime:/etc/localtime:r
>
> 安装docker、配置镜像、自动启动、查找安装后所在目录等可参考文档[https://jpom.io/docs/](https://jpom.io/docs/)
### docker-compose 一键启动
- 无需安装任何环境,自动编译构建
> 需要注意修改 `.env` 文件中的 token 值
```shell
git clone https://gitee.com/dromara/Jpom.git
cd Jpom
docker-compose up -d
```
### 下载安装
> [帮助文档](https://jpom-site.keepbx.cn/docs/#/安装使用/开始安装)