31 Star 216 Fork 64

hanchuanchuan / goInception

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 390 Bytes
一键复制 编辑 原始数据 按行查看 历史
hanchuanchuan 提交于 2019-05-29 15:05 . docker: add docker-compose.yml
version: '2'
services:
goinception:
image: hanchuanchuan/goinception
container_name: goinception
restart: always
# 网络模式二选一,使用主机host模式或者映射端口
network_mode: "host"
# ports:
# - 4000:4000
volumes:
# 时区
# - /etc/localtime:/etc/localtime
# 配置文件
- ./config/config.toml:/etc/config.toml
Go
1
https://gitee.com/hanchuanchuan/goInception.git
git@gitee.com:hanchuanchuan/goInception.git
hanchuanchuan
goInception
goInception
master

搜索帮助