From 39e5a65efd081271cf6abcd80af2ad9ebf4dfa04 Mon Sep 17 00:00:00 2001 From: bcye Date: Fri, 28 Nov 2025 23:12:12 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(docs)=20clarify=20reverse=20proxy?= =?UTF-8?q?=20requirements=20for=20compose=20setup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: bcye --- docs/installation/compose.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation/compose.md b/docs/installation/compose.md index a0a65a8fd6..a24202aea2 100644 --- a/docs/installation/compose.md +++ b/docs/installation/compose.md @@ -158,9 +158,9 @@ FRONTEND_CSS_URL=https://storage.yourdomain.tld/themes/custom.css # custom css > [!WARNING] > In a production environment, configure SSL/TLS termination to run your instance on https. -If you have your own certificates and proxy setup, you can skip this part. +If you have your own certificates and proxy setup, you can skip this part. Docs is listening in the frontend container on port 8083 and further proxies requests to other containers as needed. -You can follow our [nginx proxy example](../examples/compose/nginx-proxy/README.md) with automatic generation and renewal of certificate with Let's Encrypt. +You can follow our [nginx proxy example](../examples/compose/nginx-proxy/README.md) with automatic generation and renewal of certificate with Let's Encrypt. The environment variables below are used by nginx-proxy as labels to automatically configure a proxy and don't affect the frontend service. You will need to uncomment the environment and network sections in compose file and update it with your values.