From 42ba4aeebdf896601dee8031a5951bc7b7df95b4 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Sun, 24 Dec 2023 02:33:39 +0100 Subject: [PATCH] refactor(nginx_rtmp): Add default ports --- templates.d/nginx_rtmp/fqdn_context.env | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates.d/nginx_rtmp/fqdn_context.env b/templates.d/nginx_rtmp/fqdn_context.env index bf5e923..e28ad9f 100644 --- a/templates.d/nginx_rtmp/fqdn_context.env +++ b/templates.d/nginx_rtmp/fqdn_context.env @@ -8,6 +8,8 @@ # Other available defaults # ALPINE_VERSION=latest +# EXTERNAL_CONTAINER_PORT=1935 +# INTERNAL_CONTAINER_PORT=1935 # NGINX_RTMP_GIT_URL=https://github.com/arut/nginx-rtmp-module # NGINX_RTMP_GIT_NAME=nginx-rtmp-module # RESTARTPOLICY=unless-stopped