From 995c4963fbf10a400144758d36c1c6dd2d44cafc Mon Sep 17 00:00:00 2001 From: Dmitry Verkhoturov Date: Wed, 20 Nov 2024 00:57:46 +0000 Subject: [PATCH] Update docker-compose.yml with example for local reverse proxy In discussion #1852 I realised that we don't have example with reverse proxy running outside of docker, this commit fixes that. --- docker-compose.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 9ec5af5f59..5409b5d422 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -21,6 +21,10 @@ services: # - "80:8080" # - "443:8443" + # uncomment to expose to reverse proxy running on the same host but not in docker + #ports: + # - "127.0.0.1:8080:8080" + environment: - REMARK_URL - SECRET