mirror of
https://github.com/lleene/dockerconfig.git
synced 2025-07-24 01:08:30 +02:00
working acme dns setup
This commit is contained in:
8
config/nginx/Dockerfile
Normal file
8
config/nginx/Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM python:3.6
|
||||
|
||||
LABEL description="Certbot + nginxproxy soft-linker."
|
||||
LABEL maintainer="Lieuwe Leene <lieuwe@leene.dev>"
|
||||
|
||||
COPY ./link_certificates.py /usr/bin/link_certificates.py
|
||||
|
||||
RUN python /usr/bin/link_certificates.py /etc/letsencrypt/live
|
Reference in New Issue
Block a user