aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-23 11:42:27 +0800
committercrupest <crupest@outlook.com>2022-11-23 11:42:27 +0800
commit2a0069500c8c9e96b03877daee610a966e9c4ed2 (patch)
treeeee047db4c34251b276db676d43e2b9941b14350
parent8d225386793ae68292308f4c5b429df40b67adb3 (diff)
downloadcrupest-2a0069500c8c9e96b03877daee610a966e9c4ed2.tar.gz
crupest-2a0069500c8c9e96b03877daee610a966e9c4ed2.tar.bz2
crupest-2a0069500c8c9e96b03877daee610a966e9c4ed2.zip
Only install docker-cli.
-rw-r--r--template/docker-compose.yaml.template2
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"