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 | 2a0069500c8c9e96b03877daee610a966e9c4ed2 (patch) | |
tree | eee047db4c34251b276db676d43e2b9941b14350 /template/docker-compose.yaml.template | |
parent | 8d225386793ae68292308f4c5b429df40b67adb3 (diff) | |
download | crupest-2a0069500c8c9e96b03877daee610a966e9c4ed2.tar.gz crupest-2a0069500c8c9e96b03877daee610a966e9c4ed2.tar.bz2 crupest-2a0069500c8c9e96b03877daee610a966e9c4ed2.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" |