added to nginx the option to verify hostnames changes in ip. nginx open source doesn't resolve upstream servers after start
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM centos:7
|
||||
COPY repo /etc/yum.repos.d/Nginx.repo
|
||||
RUN yum update -y
|
||||
RUN yum install -y nginx \
|
||||
RUN yum install -y nginx bind-utils\
|
||||
&& yum clean all
|
||||
COPY docker-entrypoint.sh /
|
||||
RUN chmod +x /docker-entrypoint.sh
|
||||
|
||||
Reference in New Issue
Block a user