Sfoglia il codice sorgente

fix: Remove letsencrypt conf file from haproxy Dockerfile

master
Bingen Eguzkitza 3 mesi fa
parent
commit
01e378a6c1
2 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. +0
    -1
      images/haproxy/Dockerfile
  2. +0
    -1
      images/haproxy/Dockerfile.template

+ 0
- 1
images/haproxy/Dockerfile Vedi File

@@ -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 Vedi File

@@ -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…
Annulla
Salva