From 40049b6fe280773bb31f2abeedbe069b2f586e4f Mon Sep 17 00:00:00 2001 From: hujle <16465620+hujle@users.noreply.github.com> Date: Wed, 5 Mar 2025 14:32:18 +0300 Subject: [PATCH] server: docker port exposure fix for embeds --- doc/example.env | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/example.env b/doc/example.env index 303a25e6..6696a4eb 100644 --- a/doc/example.env +++ b/doc/example.env @@ -10,6 +10,10 @@ BUILD_INFO=latest # otherwise the port specified here will be publicly accessible PORT=8080 +# Uncomment PORT_SERVER variable if you did the same in docker-compose.yml +# to make embeds work. +# PORT_SERVER=8081 + # How many waitress threads to start # 4 is the default amount of threads. If you experience performance # degradation with a large number of posts, increasing this may