diff options
-rw-r--r-- | support/docker/production/.env | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/support/docker/production/.env b/support/docker/production/.env index 8ed9b062b..86356d5a3 100644 --- a/support/docker/production/.env +++ b/support/docker/production/.env | |||
@@ -38,6 +38,8 @@ POSTFIX_myhostname=<MY DOMAIN> | |||
38 | # If you need to generate a list of sub/DOMAIN keys | 38 | # If you need to generate a list of sub/DOMAIN keys |
39 | # pass them as a whitespace separated string <DOMAIN>=<selector> | 39 | # pass them as a whitespace separated string <DOMAIN>=<selector> |
40 | OPENDKIM_DOMAINS=<MY DOMAIN>=peertube | 40 | OPENDKIM_DOMAINS=<MY DOMAIN>=peertube |
41 | # see https://github.com/wader/postfix-relay/pull/18 | ||
42 | OPENDKIM_RequireSafeKeys=no | ||
41 | 43 | ||
42 | # Let's Encrypt service configuration | 44 | # Let's Encrypt service configuration |
43 | TRAEFIK_ACME_EMAIL=<MY EMAIL ADDRESS> | 45 | TRAEFIK_ACME_EMAIL=<MY EMAIL ADDRESS> |