소스 검색

fix: Remove letsencrypt conf file from haproxy Dockerfile

master
Bingen Eguzkitza 3 달 전
부모
커밋
01e378a6c1
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. +0
    -1
      images/haproxy/Dockerfile
  2. +0
    -1
      images/haproxy/Dockerfile.template

+ 0
- 1
images/haproxy/Dockerfile 파일 보기

@@ -9,7 +9,6 @@ RUN apt-get update && apt-get install -y haproxy cron certbot
RUN mkdir -p /run/haproxy

COPY haproxy.cfg /etc/haproxy/haproxy.cfg
COPY haproxy_letsencrypt.cfg /etc/haproxy/haproxy_letsencrypt.cfg

COPY startup.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/startup.sh

+ 0
- 1
images/haproxy/Dockerfile.template 파일 보기

@@ -9,7 +9,6 @@ RUN apt-get update && apt-get install -y haproxy cron certbot
RUN mkdir -p /run/haproxy

COPY haproxy.cfg /etc/haproxy/haproxy.cfg
COPY haproxy_letsencrypt.cfg /etc/haproxy/haproxy_letsencrypt.cfg

COPY startup.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/startup.sh

Loading…
취소
저장