Merge pull request #6286 from dokku/josegonzalez-patch-1

Remove trailing slash on openresty letsencrypt email
This commit is contained in:
Jose Diaz-Gonzalez
2023-10-17 12:09:35 -04:00
committed by GitHub

View File

@@ -8,7 +8,7 @@ services:
environment:
- OPENRESTY_LABEL_PREFIX=openresty.
{{ if $.OPENRESTY_LETSENCRYPT_EMAIL }}
- OPENRESTY_LETSENCRYPT_EMAIL={{ $.OPENRESTY_LETSENCRYPT_EMAIL }}"
- OPENRESTY_LETSENCRYPT_EMAIL={{ $.OPENRESTY_LETSENCRYPT_EMAIL }}
- OPENRESTY_LETSENCRYPT_CA={{ $.OPENRESTY_LETSENCRYPT_SERVER }}
{{ end }}