1 Star 0 Fork 408

LFQ18664346617/showdoc

forked from star7th/showdoc 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 736 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiagw 提交于 2023-07-17 12:57 . fix old dir of showdoc_data
version: '3'
networks:
showdocnet:
services:
showdoc:
## 官方 image ################################
# image: star7th/showdoc
## 官方 image ################################
## 源码 build image ################################
build:
context: ./
args:
- IN_CHINA=false
## 国内构建镜像, docker compose build --build-arg IN_CHINA=true
## 启动, docker compose up -d
## 源码 build image ################################
hostname: showdoc
ports:
- 4999:80
volumes:
## 兼容历史版本文件
- /showdoc_data:/showdoc_data_old
- ./showdocdata/html:/var/www/html
restart: always
tty: true
networks:
- showdocnet
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/lfqstudio_lfq/showdoc.git
git@gitee.com:lfqstudio_lfq/showdoc.git
lfqstudio_lfq
showdoc
showdoc
master

搜索帮助