From 0aff4144b25ef013336c4cb3c93aac3119a95f48 Mon Sep 17 00:00:00 2001 From: Pegoku <81113533+Pegoku@users.noreply.github.com> Date: Tue, 10 Sep 2024 15:32:20 +0200 Subject: [PATCH] fix container name --- docs/maintain.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/maintain.rst b/docs/maintain.rst index a2041a86..fd01a5bf 100644 --- a/docs/maintain.rst +++ b/docs/maintain.rst @@ -46,8 +46,8 @@ In the case of *certbot* you could write a script to be executed as `deploy hook #!/bin/sh cp /etc/letsencrypt/live/domain.com/privkey.pem /mailu/certs/key.pem || exit 1 cp /etc/letsencrypt/live/domain.com/fullchain.pem /mailu/certs/cert.pem || exit 1 - docker exec mailu_front_1 nginx -s reload - docker exec mailu_front_1 doveadm reload + docker exec mailu-front-1 nginx -s reload + docker exec mailu-front-1 doveadm reload And the certbot command you will use in crontab would look something like: