【ERPNext】erpnext v15.32.1 docker部署 centos
·
安装docker
百度一大堆
安装docker-compose
百度一大堆
克隆仓库
git clone https://gitee.com/jiajianyong/frappe_docker.git
cd frappe_docker/
cp example.env .env
运行
修改docker国内镜像
/etc/docker/daemon.json
{
"registry-mirrors": [
"https://docker.m.daocloud.io",
"https://huecker.io",
"https://dockerhub.timeweb.cloud",
"https://noohub.ru"
]
}
docker-compose --file pwd.yml up -d
一直等...
访问
http://ip地址:8080
Administrator
admin
更多推荐
所有评论(0)