From f26557bd40eb677c2ffde7caf0be28ee0db5664f Mon Sep 17 00:00:00 2001 From: decentral1se Date: Mon, 10 May 2021 14:02:53 +0200 Subject: [PATCH] Expose config var for RTMP port --- compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.yml b/compose.yml index ccb49ae..7449333 100644 --- a/compose.yml +++ b/compose.yml @@ -23,6 +23,7 @@ services: - FOODSOFT_SMTP_ENABLED - GITEA_SSH_ENABLED - LOG_LEVEL + - PEERTUBE_RTMP_ENABLED - SMTP_ENABLED healthcheck: test: ["CMD", "traefik", "healthcheck"]