Эх сурвалжийг харах

Умеьшил старт период

tomishinets.v 5 жил өмнө
parent
commit
e33a437576
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -29,6 +29,6 @@ RUN yum install -y epel-release \
 
 COPY default.conf /etc/nginx/conf.d/
 
-HEALTHCHECK --start-period=20s --interval=10s --timeout=5s --retries=2 CMD /tmp/healthcheck.sh
+HEALTHCHECK --start-period=10s --interval=10s --timeout=5s --retries=2 CMD /tmp/healthcheck.sh
 EXPOSE 80
 CMD ["nginx", "-g", "daemon off;"]