diff options
Diffstat (limited to '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"  | 
