aboutsummaryrefslogtreecommitdiff
path: root/template/docker-compose.yaml.template
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-23 12:39:34 +0800
committercrupest <crupest@outlook.com>2022-11-23 12:39:34 +0800
commit516b4e8d7b327e1a955b95bbdea431450d3164c8 (patch)
tree796e49af7bca5c66a0fe0fb853188f59d342a380 /template/docker-compose.yaml.template
parentcde151def2f681ead833258e381b6e22405136f9 (diff)
downloadcrupest-516b4e8d7b327e1a955b95bbdea431450d3164c8.tar.gz
crupest-516b4e8d7b327e1a955b95bbdea431450d3164c8.tar.bz2
crupest-516b4e8d7b327e1a955b95bbdea431450d3164c8.zip
Fix quote problem.
Diffstat (limited to 'template/docker-compose.yaml.template')
-rw-r--r--template/docker-compose.yaml.template4
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