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
commit5094cc53dbae35a3fdbc82dcd8ae6bde5a493492 (patch)
treeeee047db4c34251b276db676d43e2b9941b14350
parent24bdcdb0c8dd59c18bc0e1b8c53b1f94fdfa7429 (diff)
downloadcrupest-5094cc53dbae35a3fdbc82dcd8ae6bde5a493492.tar.gz
crupest-5094cc53dbae35a3fdbc82dcd8ae6bde5a493492.tar.bz2
crupest-5094cc53dbae35a3fdbc82dcd8ae6bde5a493492.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"