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>
pull/2871/head
Kim 2020-06-12 13:55:40 +02:00 committed by GitHub
parent 46788f21f6
commit 0283fe98b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ POSTFIX_myhostname=<MY DOMAIN>
# If you need to generate a list of sub/DOMAIN keys
# pass them as a whitespace separated string <DOMAIN>=<selector>
OPENDKIM_DOMAINS=<MY DOMAIN>=peertube
# see https://github.com/wader/postfix-relay/pull/18
OPENDKIM_RequireSafeKeys=no
# Let's Encrypt service configuration
TRAEFIK_ACME_EMAIL=<MY EMAIL ADDRESS>