diff options
author | crupest <crupest@outlook.com> | 2022-11-23 11:42:27 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-23 11:42:27 +0800 |
commit | 5094cc53dbae35a3fdbc82dcd8ae6bde5a493492 (patch) | |
tree | eee047db4c34251b276db676d43e2b9941b14350 /template/docker-compose.yaml.template | |
parent | 24bdcdb0c8dd59c18bc0e1b8c53b1f94fdfa7429 (diff) | |
download | crupest-5094cc53dbae35a3fdbc82dcd8ae6bde5a493492.tar.gz crupest-5094cc53dbae35a3fdbc82dcd8ae6bde5a493492.tar.bz2 crupest-5094cc53dbae35a3fdbc82dcd8ae6bde5a493492.zip |
Only install docker-cli.
Diffstat (limited to 'template/docker-compose.yaml.template')
-rw-r--r-- | template/docker-compose.yaml.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template index 57a9b5c..63064d0 100644 --- a/template/docker-compose.yaml.template +++ b/template/docker-compose.yaml.template @@ -83,7 +83,7 @@ services: pull: true args: - CRUPEST_DOMAIN=$CRUPEST_DOMAIN - - CRUPEST_AUTO_CERTBOT_ADDITIONAL_PACKAGES="docker" + - CRUPEST_AUTO_CERTBOT_ADDITIONAL_PACKAGES="docker-cli" - CRUPEST_AUTO_CERTBOT_POST_HOOK="docker restart nginx" tags: - "crupest/auto-certbot:latest" |