소스 검색

shorten healthcheck interval to 5s

Vadim Surkov 5 년 전
부모
커밋
c674c7f29d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -4,6 +4,6 @@ RUN mkdir -p /root/.wine/drive_c/services/analis
 RUN mkdir -p /opt/analis
 COPY analis /opt/analis/
 COPY healthcheck.sh entrypoint.sh /opt/
-HEALTHCHECK --interval=10s --start-period=3m CMD /opt/healthcheck.sh
+HEALTHCHECK --interval=5s --start-period=3m CMD /opt/healthcheck.sh
 
 ENTRYPOINT ["/opt/entrypoint.sh"]