diff options
-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, |