diff options
Diffstat (limited to 'template')
| -rw-r--r-- | template/docker-compose.yaml.template | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template index 9bceb30..83e383b 100644 --- a/template/docker-compose.yaml.template +++ b/template/docker-compose.yaml.template @@ -85,8 +85,8 @@ services:        pull: true        args:          - CRUPEST_DOMAIN=$CRUPEST_DOMAIN -        - CRUPEST_AUTO_CERTBOT_ADDITIONAL_PACKAGES="docker-cli" -        - CRUPEST_AUTO_CERTBOT_POST_HOOK="docker restart nginx" +        - CRUPEST_AUTO_CERTBOT_ADDITIONAL_PACKAGES=docker-cli +        - CRUPEST_AUTO_CERTBOT_POST_HOOK=docker restart nginx        tags:          - "crupest/auto-certbot:latest"      container_name: auto-certbot  | 
