aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
Diffstat (limited to 'support')
-rw-r--r--support/docker/production/.env2
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>
40OPENDKIM_DOMAINS=<MY DOMAIN>=peertube 40OPENDKIM_DOMAINS=<MY DOMAIN>=peertube
41# see https://github.com/wader/postfix-relay/pull/18
42OPENDKIM_RequireSafeKeys=no
41 43
42# Let's Encrypt service configuration 44# Let's Encrypt service configuration
43TRAEFIK_ACME_EMAIL=<MY EMAIL ADDRESS> 45TRAEFIK_ACME_EMAIL=<MY EMAIL ADDRESS>