1 Star 0 Fork 0

清风洗雨 / certbot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 376 Bytes
一键复制 编辑 原始数据 按行查看 历史
Brad Warren 提交于 2018-02-16 09:51 . Cleanup dockerfile-dev (#5435)
version: '2'
services:
production:
build: .
ports:
- "443:443"
# For development, mount git root to /opt/certbot/src in order to
# make the dev workflow more vagrant-like.
development:
build:
context: .
dockerfile: Dockerfile-dev
ports:
- "80:80"
- "443:443"
volumes:
- .:/opt/certbot/src
- /opt/certbot/venv
1
https://gitee.com/nor_dt/certbot.git
git@gitee.com:nor_dt/certbot.git
nor_dt
certbot
certbot
master

搜索帮助