diff options
author | Felix Ableitner <me@nutomic.com> | 2019-03-08 15:38:22 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-03-11 09:38:20 +0100 |
commit | b427febb4d5cebf03b815bca2c59af6e82491569 (patch) | |
tree | bf36602f6fdc3676f04025501b891f96e4a88eb0 /support/docker | |
parent | 590924284c571d30a6b1852296b2043f3bfa5400 (diff) | |
download | PeerTube-b427febb4d5cebf03b815bca2c59af6e82491569.tar.gz PeerTube-b427febb4d5cebf03b815bca2c59af6e82491569.tar.zst PeerTube-b427febb4d5cebf03b815bca2c59af6e82491569.zip |
Fix problem with SMTP in default docker-compose setup
Diffstat (limited to 'support/docker')
-rw-r--r-- | support/docker/production/.env | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/support/docker/production/.env b/support/docker/production/.env index 802d6b2ca..7b9092642 100644 --- a/support/docker/production/.env +++ b/support/docker/production/.env | |||
@@ -7,12 +7,12 @@ PEERTUBE_WEBSERVER_HTTPS=true | |||
7 | # pass them as a comma separated array: | 7 | # pass them as a comma separated array: |
8 | PEERTUBE_TRUST_PROXY=["127.0.0.1"] | 8 | PEERTUBE_TRUST_PROXY=["127.0.0.1"] |
9 | #PEERTUBE_TRUST_PROXY=["127.0.0.1", "loopback", "192.168.1.0/24"] | 9 | #PEERTUBE_TRUST_PROXY=["127.0.0.1", "loopback", "192.168.1.0/24"] |
10 | PEERTUBE_SMTP_USERNAME= | 10 | #PEERTUBE_SMTP_USERNAME= |
11 | PEERTUBE_SMTP_PASSWORD= | 11 | #PEERTUBE_SMTP_PASSWORD= |
12 | PEERTUBE_SMTP_HOSTNAME=postfix | 12 | PEERTUBE_SMTP_HOSTNAME=postfix |
13 | PEERTUBE_SMTP_PORT=25 | 13 | PEERTUBE_SMTP_PORT=25 |
14 | PEERTUBE_SMTP_FROM=noreply@domain.tld | 14 | PEERTUBE_SMTP_FROM=noreply@domain.tld |
15 | PEERTUBE_SMTP_TLS=true | 15 | PEERTUBE_SMTP_TLS=false |
16 | PEERTUBE_SMTP_DISABLE_STARTTLS=false | 16 | PEERTUBE_SMTP_DISABLE_STARTTLS=false |
17 | PEERTUBE_ADMIN_EMAIL=admin@domain.tld | 17 | PEERTUBE_ADMIN_EMAIL=admin@domain.tld |
18 | # /!\ Prefer to use the PeerTube admin interface to set the following configurations /!\ | 18 | # /!\ Prefer to use the PeerTube admin interface to set the following configurations /!\ |