diff options
author | Chocobozzz <me@florianbigard.com> | 2018-06-21 08:17:42 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-06-21 08:17:42 +0200 |
commit | 6387f320bf10f6b6c90b338bded8d7392dead18a (patch) | |
tree | 49fe72ecf2ad0ee6c6483a7cf345b8e387a85f03 /support/docker | |
parent | 575712a5c970ea1edeb6b44a35a095fc08193a3d (diff) | |
download | PeerTube-6387f320bf10f6b6c90b338bded8d7392dead18a.tar.gz PeerTube-6387f320bf10f6b6c90b338bded8d7392dead18a.tar.zst PeerTube-6387f320bf10f6b6c90b338bded8d7392dead18a.zip |
Fix docker compose with admin email
Diffstat (limited to 'support/docker')
-rw-r--r-- | support/docker/production/docker-compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/docker/production/docker-compose.yml b/support/docker/production/docker-compose.yml index a4a829b40..c8b89d5a2 100644 --- a/support/docker/production/docker-compose.yml +++ b/support/docker/production/docker-compose.yml | |||
@@ -35,8 +35,8 @@ services: | |||
35 | PEERTUBE_SMTP_PORT: ${PEERTUBE_SMTP_PORT} | 35 | PEERTUBE_SMTP_PORT: ${PEERTUBE_SMTP_PORT} |
36 | PEERTUBE_SMTP_FROM: ${PEERTUBE_SMTP_FROM} | 36 | PEERTUBE_SMTP_FROM: ${PEERTUBE_SMTP_FROM} |
37 | PEERTUBE_SMTP_TLS: ${PEERTUBE_SMTP_TLS} | 37 | PEERTUBE_SMTP_TLS: ${PEERTUBE_SMTP_TLS} |
38 | PEERTUBE_ADMIN_EMAIL: ${PEERTUBE_ADMIN_EMAIL} | ||
38 | # /!\ Prefer to use the PeerTube admin interface to set the following configurations /!\ | 39 | # /!\ Prefer to use the PeerTube admin interface to set the following configurations /!\ |
39 | # PEERTUBE_ADMIN_EMAIL: ${PEERTUBE_ADMIN_EMAIL} | ||
40 | # PEERTUBE_SIGNUP_ENABLED: ${PEERTUBE_SIGNUP_ENABLED} | 40 | # PEERTUBE_SIGNUP_ENABLED: ${PEERTUBE_SIGNUP_ENABLED} |
41 | # PEERTUBE_TRANSCODING_ENABLED: ${PEERTUBE_TRANSCODING_ENABLED} | 41 | # PEERTUBE_TRANSCODING_ENABLED: ${PEERTUBE_TRANSCODING_ENABLED} |
42 | # Traefik labels are suggested as an example for people using Traefik, | 42 | # Traefik labels are suggested as an example for people using Traefik, |