From 13166a474c871fbce9ae846cf505663f5ba2fa14 Mon Sep 17 00:00:00 2001 From: Endial Fang Date: Tue, 19 Sep 2023 09:44:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E7=BB=88=E6=AD=A2?= =?UTF-8?q?=E4=BF=A1=E5=8F=B7=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d427f4d..c437e11 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# Ver: 1.11 by Endial Fang (endial@126.com) +# Ver: 1.12 by Endial Fang (endial@126.com) # # 系统默认变量 ==================================================================== @@ -140,6 +140,7 @@ RUN set -eux; \ VOLUME ["/srv/${APP_NAME}/conf", "/srv/${APP_NAME}/data", "/srv/${APP_NAME}/cert", "/srv/${APP_NAME}/log"] WORKDIR /srv/${APP_NAME}/data EXPOSE 8080 8443 +STOPSIGNAL SIGINT #HEALTHCHECK NONE #HEALTHCHECK --interval=30s --timeout=30s --retries=3 CMD curl -fs http://localhost:8080/ || exit 1