pull/161/head
Pavel Loginov 2019-09-27 22:48:18 +03:00
parent dd7a526054
commit 3e357909c0
1 changed files with 4 additions and 2 deletions

View File

@ -7,11 +7,13 @@ MAINTAINER Pavel Loginov (https://github.com/Aidaho12/haproxy-wi)
ENV MYSQL_ENABLE 0
ENV MYSQL_USER "haproxy-wi"
ENV MYSQL_PASS "haproxy-wi"
ENV MYSQL_DB "haproxywi2"
ENV MYSQL_DB "haproxywi"
ENV MYSQL_HOST 127.0.0.1
# Copy external files
COPY config_other/httpd/haproxy-wi.conf /etc/httpd/conf.d/haproxy-wi.conf
RUN pwd
RUN ls
COPY /haproxy-wi/config_other/httpd/haproxy-wi.conf /etc/httpd/conf.d/haproxy-wi.conf
# Yum clean cache
RUN yum remove epel-release && \