1 Star 0 Fork 2.1K

妖孽/OneBlog

forked from yadong.zhang/OneBlog 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose.yml 444 Bytes
一键复制 编辑 原始数据 按行查看 历史
夏扬志 提交于 2020-12-04 12:50 . dockercompose添加挂载目录
version: '2'
services:
blog-admin:
build:
context: ./blog-admin
restart: always
ports:
- 8085:8085
volumes:
- /data/nginx/html/static:/data/nginx/html/static
container_name: blog-admin
hostname: blog-admin
image: blog-admin
blog-web:
build:
context: ./blog-web
restart: always
ports:
- 8443:8443
container_name: blog-web
hostname: blog-web
image: blog-web
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/q502106957/DBlog.git
git@gitee.com:q502106957/DBlog.git
q502106957
DBlog
OneBlog
master

搜索帮助