ソースを参照

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

読み込み中…
キャンセル
保存