2 Star 1 Fork 1

morenote/Server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 258 Bytes
一键复制 编辑 原始数据 按行查看 历史
hyfree 提交于 2022-04-20 07:47 . 修改docker-compose
# yaml 配置实例
version: '1'
services:
morenote:
image: ${DOCKER_REGISTRY-}morenote
build:
context: .
dockerfile: Src/MoreNote/Dockerfile
ports:
- 5000:5000
- 5001:5001
volumes:
- C:\morenote:/morenote
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/morenote/Server.git
git@gitee.com:morenote/Server.git
morenote
Server
Server
master

搜索帮助