This commit is contained in:
fix 2021-02-27 20:51:54 +01:00
commit c29faa7e09
2 changed files with 15 additions and 0 deletions

6
Dockerfile Normal file
View File

@ -0,0 +1,6 @@
FROM python:3.9-slim
RUN pip install \
certbot certbot-dns-rfc2136
CMD certbot --version

9
docker-compose.yaml Normal file
View File

@ -0,0 +1,9 @@
version: '3'
services:
certbot:
build:
context: ./
image: certbot-pdns:local
restart: unless-stopped