aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
authorKim <1877318+kimsible@users.noreply.github.com>2020-06-12 13:55:40 +0200
committerGitHub <noreply@github.com>2020-06-12 13:55:40 +0200
commit0283fe98b8d8f03aa60552fd3d42ec5817599f78 (patch)
tree84503cc289a59bc614d9f16e86515f630202ec8c /support
parent46788f21f6c5b4bb301ae60f657b0b75d072aecd (diff)
downloadPeerTube-0283fe98b8d8f03aa60552fd3d42ec5817599f78.tar.gz
PeerTube-0283fe98b8d8f03aa60552fd3d42ec5817599f78.tar.zst
PeerTube-0283fe98b8d8f03aa60552fd3d42ec5817599f78.zip
fix opendkim permissions in docker-compose setup (#2868)
Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <par@rigelk.eu>
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>