From 942478cfe0f75870ba5a6af8863159723ac6c9c1 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Wed, 8 Jan 2025 20:05:29 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-snapdrop.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/images/docker-snapdrop.md b/docs/images/docker-snapdrop.md index 2354b23ac..51cdbaa75 100755 --- a/docs/images/docker-snapdrop.md +++ b/docs/images/docker-snapdrop.md @@ -38,6 +38,12 @@ The architectures supported by this image are: Webui is accessible at http://SERVERIP:PORT +If only using locally, comment out the following line in /config/nginx/site-confs/default.conf for local discovery: + +``` +proxy_set_header X-Forwarded-for $remote_addr; +``` + ## Usage To help you get started creating a container from this image you can either use docker-compose or the docker cli.