1 Star 0 Fork 68

Admin/xnote

forked from xupingmao/xnote 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 301 Bytes
一键复制 编辑 原始数据 按行查看 历史
donjuanplatinum 提交于 2023-10-02 14:20 . Update docker-compose.yml
version: "3"
services:
server:
build:
context: .
#image: docker.io/donjuanplatinum/xnote:latest
container_name: xnote
volumes:
- ./data:/xnote/data
- ./boot.properties:/config/boot/boot.sae.properties
- ../xnote:/xnote
ports:
- 1234:1234
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/tao100078_tao100078/xnote.git
git@gitee.com:tao100078_tao100078/xnote.git
tao100078_tao100078
xnote
xnote
master

搜索帮助