Explorar el Código

fix: Remove letsencrypt conf file from haproxy Dockerfile

master
Bingen Eguzkitza hace 3 meses
padre
commit
01e378a6c1
Se han modificado 2 ficheros con 0 adiciones y 2 borrados
  1. +0
    -1
      images/haproxy/Dockerfile
  2. +0
    -1
      images/haproxy/Dockerfile.template

+ 0
- 1
images/haproxy/Dockerfile Ver fichero

@@ -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 Ver fichero

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

Cargando…
Cancelar
Guardar