We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 233af41 commit 097e0d4Copy full SHA for 097e0d4
deployment/scripts/renew-ssl.sh
@@ -20,5 +20,5 @@ COMPOSE_FILES="-f ${DEPLOYMENT_DIR}/docker-compose.yml -f ${DEPLOYMENT_DIR}/dock
20
# Renew SSL certificates
21
docker compose ${COMPOSE_FILES} run certbot renew
22
23
-# Restart web service to apply new certificates
24
-docker compose ${COMPOSE_FILES} restart web
+# Hot reload the web service to apply new certificates
+docker compose ${COMPOSE_FILES} kill -s SIGHUP web
0 commit comments