mirror of
https://github.com/chatmail/relay.git
synced 2026-05-21 05:18:04 +00:00
delete default value for ACME_EMAIL
- https://github.com/chatmail/relay/pull/614#discussion_r2297720896
This commit is contained in:
@@ -96,7 +96,7 @@ services:
|
|||||||
max-file: "3"
|
max-file: "3"
|
||||||
command:
|
command:
|
||||||
- "--configFile=/config.yaml"
|
- "--configFile=/config.yaml"
|
||||||
- "--certificatesresolvers.letsEncrypt.acme.email=${ACME_EMAIL:-my.email@gmail.com}"
|
- "--certificatesresolvers.letsEncrypt.acme.email=${ACME_EMAIL}"
|
||||||
# ports:
|
# ports:
|
||||||
# - "80:80"
|
# - "80:80"
|
||||||
# - "443:443"
|
# - "443:443"
|
||||||
|
|||||||
Reference in New Issue
Block a user