18 Star 108 Fork 24

Jim / letscertbot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 260 Bytes
一键复制 编辑 原始数据 按行查看 历史
jimcheung 提交于 2020-02-07 23:36 . feat: add tlds.txt to docker volume
version: '3.4'
services:
app:
build:
context: .
image: letscertbot
volumes:
- ./config.json:/app/config.json
- ./tlds.txt:/app/tlds.txt
- /etc/letsencrypt:/etc/letsencrypt
- /var/lib/letsencrypt:/var/lib/letsencrypt
Python
1
https://gitee.com/jimcheung/letscertbot.git
git@gitee.com:jimcheung/letscertbot.git
jimcheung
letscertbot
letscertbot
master

搜索帮助