diff options
| author | crupest <crupest@outlook.com> | 2022-11-23 12:39:34 +0800 | 
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2022-11-23 12:39:34 +0800 | 
| commit | 15fcf565cd4c94327d87607869ed3317c0930efc (patch) | |
| tree | 796e49af7bca5c66a0fe0fb853188f59d342a380 /template/docker-compose.yaml.template | |
| parent | 77f1095dd73ce3307c96ccf9f5a56cc20a3e6ff1 (diff) | |
| download | crupest-15fcf565cd4c94327d87607869ed3317c0930efc.tar.gz crupest-15fcf565cd4c94327d87607869ed3317c0930efc.tar.bz2 crupest-15fcf565cd4c94327d87607869ed3317c0930efc.zip  | |
Fix quote problem.
Diffstat (limited to 'template/docker-compose.yaml.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  | 
