diff options
Diffstat (limited to 'template')
| -rw-r--r-- | template/docker-compose.yaml.template | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template index caa2e66..50bc8bf 100644 --- a/template/docker-compose.yaml.template +++ b/template/docker-compose.yaml.template @@ -81,6 +81,7 @@ services:        pull: true        args:          - CRUPEST_DOMAIN=$CRUPEST_DOMAIN +        - CRUPEST_EMAIL=$CRUPEST_EMAIL          - CRUPEST_AUTO_CERTBOT_ADDITIONAL_PACKAGES=docker-cli          - CRUPEST_AUTO_CERTBOT_POST_HOOK=docker restart nginx        tags:  | 
