Change certbot into letsencrypt

master
父节点 4d795224ae
当前提交 d5442f5f45
  1. 2
      Dockerfile

@ -2,7 +2,7 @@ FROM node:latest
ENV HOSTNAME=${HOSTNAME:-haraka}
RUN apt-get update && apt-get upgrade -y && apt-get install -y supervisor certbot && \
RUN apt-get update && apt-get upgrade -y && apt-get install -y supervisor letsencrypt && \
rm -rf /var/lib/apt/lists/* && \
mkdir /var/log/supervisord && \
groupadd -r haraka && \

正在加载...
取消
保存