diff options
author | crupest <crupest@outlook.com> | 2022-11-25 14:12:26 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-25 14:12:26 +0800 |
commit | 4d0425a017dd1d9436cef21bea2643f9e3da55aa (patch) | |
tree | d65f872e549f9a4828462909926b361c23e0563e /template/docker-compose.yaml.template | |
parent | 1915ea9f72e8805d552ea013d187c847d8d500d1 (diff) | |
download | crupest-4d0425a017dd1d9436cef21bea2643f9e3da55aa.tar.gz crupest-4d0425a017dd1d9436cef21bea2643f9e3da55aa.tar.bz2 crupest-4d0425a017dd1d9436cef21bea2643f9e3da55aa.zip |
Make certbot better.
Diffstat (limited to 'template/docker-compose.yaml.template')
-rw-r--r-- | template/docker-compose.yaml.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template index caa2e66..50bc8bf 100644 --- a/template/docker-compose.yaml.template +++ b/template/docker-compose.yaml.template @@ -81,6 +81,7 @@ services: pull: true args: - CRUPEST_DOMAIN=$CRUPEST_DOMAIN + - CRUPEST_EMAIL=$CRUPEST_EMAIL - CRUPEST_AUTO_CERTBOT_ADDITIONAL_PACKAGES=docker-cli - CRUPEST_AUTO_CERTBOT_POST_HOOK=docker restart nginx tags: |