mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Merge pull request #6286 from dokku/josegonzalez-patch-1
Remove trailing slash on openresty letsencrypt email
This commit is contained in:
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user