We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba38212 commit ec542bcCopy full SHA for ec542bc
Dockerfile
@@ -5,6 +5,8 @@ COPY ./certbot_entrypoint.sh /certbot_entrypoint.sh
5
RUN chmod +x /certbot_entrypoint.sh
6
RUN wget -O dataplaneapi.apk https://github.com/haproxytech/dataplaneapi/releases/download/v3.1.1/dataplaneapi_3.1.1_linux_amd64.apk
7
RUN apk add --allow-untrusted dataplaneapi.apk
8
+RUN mkdir /run/haproxy
9
+RUN touch /run/haproxy/admin.sock
10
11
VOLUME /etc/letsencrypt
12
EXPOSE 80 443
0 commit comments