Quellcode durchsuchen

fix: Remove letsencrypt conf file from haproxy Dockerfile

master
Bingen Eguzkitza vor 3 Monaten
Ursprung
Commit
01e378a6c1
2 geänderte Dateien mit 0 neuen und 2 gelöschten Zeilen
  1. +0
    -1
      images/haproxy/Dockerfile
  2. +0
    -1
      images/haproxy/Dockerfile.template

+ 0
- 1
images/haproxy/Dockerfile Datei anzeigen

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

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

Laden…
Abbrechen
Speichern