diff options
author | Kim <1877318+kimsible@users.noreply.github.com> | 2020-06-12 13:55:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-12 13:55:40 +0200 |
commit | 0283fe98b8d8f03aa60552fd3d42ec5817599f78 (patch) | |
tree | 84503cc289a59bc614d9f16e86515f630202ec8c /support/docker | |
parent | 46788f21f6c5b4bb301ae60f657b0b75d072aecd (diff) | |
download | PeerTube-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/docker')
-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> |