1 Star 0 Fork 0

chonglin/nitro_repo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 296 Bytes
一键复制 编辑 原始数据 按行查看 历史
Wyatt Herkamp 提交于 2022-08-25 12:22 . BUg Fixes discovered by Docker
version: "3.9"
services:
nitro_repo:
image: nitro_repo:1.1.0
build:
context: .
dockerfile: Dockerfile
ports:
- "6742:6742"
volumes:
- nitro_repo-data:/app/data
restart: unless-stopped
stdin_open: true
tty: true
volumes:
nitro_repo-data: { }
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/godlinc/nitro_repo.git
git@gitee.com:godlinc/nitro_repo.git
godlinc
nitro_repo
nitro_repo
master

搜索帮助