aboutsummaryrefslogtreecommitdiff
path: root/docker/auto-certbot
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-23 20:24:13 +0800
committercrupest <crupest@outlook.com>2022-11-23 20:24:29 +0800
commit324bcb621ad29f22041eed970ae4eee965d61592 (patch)
tree8c2e1f7d4fa6e4ab4f1fc531918bb43ab259342b /docker/auto-certbot
parent627b0b9c4d73e7058dc8f6bfa96dff84e9c23490 (diff)
downloadcrupest-324bcb621ad29f22041eed970ae4eee965d61592.tar.gz
crupest-324bcb621ad29f22041eed970ae4eee965d61592.tar.bz2
crupest-324bcb621ad29f22041eed970ae4eee965d61592.zip
Use SIGINT as stop signal for auto.
Diffstat (limited to 'docker/auto-certbot')
-rw-r--r--docker/auto-certbot/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/auto-certbot/Dockerfile b/docker/auto-certbot/Dockerfile
index 1e6f6c6..c681141 100644
--- a/docker/auto-certbot/Dockerfile
+++ b/docker/auto-certbot/Dockerfile
@@ -10,4 +10,5 @@ ENV CRUPEST_AUTO_CERTBOT_RENEW_COMMAND=${CRUPEST_AUTO_CERTBOT_RENEW_COMMAND}
RUN apk add --no-cache coreutils bash ${CRUPEST_AUTO_CERTBOT_ADDITIONAL_PACKAGES}
COPY daemon.bash /daemon.bash
VOLUME ["/var/www/certbot", "/etc/letsencrypt", "/var/lib/letsencrypt"]
+STOPSIGNAL SIGINT
ENTRYPOINT [ "/daemon.bash" ]