From: Chocobozzz Date: Thu, 21 Jun 2018 06:17:42 +0000 (+0200) Subject: Fix docker compose with admin email X-Git-Tag: v1.0.0-beta.9~18 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6387f320bf10f6b6c90b338bded8d7392dead18a;p=oweals%2Fpeertube.git Fix docker compose with admin email --- 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: PEERTUBE_SMTP_PORT: ${PEERTUBE_SMTP_PORT} PEERTUBE_SMTP_FROM: ${PEERTUBE_SMTP_FROM} PEERTUBE_SMTP_TLS: ${PEERTUBE_SMTP_TLS} + PEERTUBE_ADMIN_EMAIL: ${PEERTUBE_ADMIN_EMAIL} # /!\ Prefer to use the PeerTube admin interface to set the following configurations /!\ - # PEERTUBE_ADMIN_EMAIL: ${PEERTUBE_ADMIN_EMAIL} # PEERTUBE_SIGNUP_ENABLED: ${PEERTUBE_SIGNUP_ENABLED} # PEERTUBE_TRANSCODING_ENABLED: ${PEERTUBE_TRANSCODING_ENABLED} # Traefik labels are suggested as an example for people using Traefik,