mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
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>
This commit is contained in:
@@ -38,6 +38,8 @@ POSTFIX_myhostname=<MY DOMAIN>
|
|||||||
# If you need to generate a list of sub/DOMAIN keys
|
# If you need to generate a list of sub/DOMAIN keys
|
||||||
# pass them as a whitespace separated string <DOMAIN>=<selector>
|
# pass them as a whitespace separated string <DOMAIN>=<selector>
|
||||||
OPENDKIM_DOMAINS=<MY DOMAIN>=peertube
|
OPENDKIM_DOMAINS=<MY DOMAIN>=peertube
|
||||||
|
# see https://github.com/wader/postfix-relay/pull/18
|
||||||
|
OPENDKIM_RequireSafeKeys=no
|
||||||
|
|
||||||
# Let's Encrypt service configuration
|
# Let's Encrypt service configuration
|
||||||
TRAEFIK_ACME_EMAIL=<MY EMAIL ADDRESS>
|
TRAEFIK_ACME_EMAIL=<MY EMAIL ADDRESS>
|
||||||
|
|||||||
Reference in New Issue
Block a user