You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-08-10 22:31:47 +02:00
fix container name
This commit is contained in:
@@ -46,8 +46,8 @@ In the case of *certbot* you could write a script to be executed as `deploy hook
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
cp /etc/letsencrypt/live/domain.com/privkey.pem /mailu/certs/key.pem || exit 1
|
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
|
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 nginx -s reload
|
||||||
docker exec mailu_front_1 doveadm reload
|
docker exec mailu-front-1 doveadm reload
|
||||||
|
|
||||||
And the certbot command you will use in crontab would look something like:
|
And the certbot command you will use in crontab would look something like:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user