From ef6449f23c0b2a8bd40896a13ef3d4b3ef93892b Mon Sep 17 00:00:00 2001 From: Derek Cooper Date: Sun, 10 May 2026 23:15:38 -0700 Subject: [PATCH] created env example file --- SearXNG/.env.example | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 SearXNG/.env.example diff --git a/SearXNG/.env.example b/SearXNG/.env.example new file mode 100644 index 0000000..7875ee5 --- /dev/null +++ b/SearXNG/.env.example @@ -0,0 +1,11 @@ +# Docker image tag to use for the SearXNG container +# See available tags at: https://hub.docker.com/r/searxng/searxng/tags +SEARXNG_VERSION=latest + +# Linux username whose home directory holds the SearXNG config and cache volumes +# Config: /home//searxng/config +# Cache: /home//searxng/cache +SEARXNG_USERNAME=searxng + +# Host port to expose SearXNG on (maps to container port 8080) +SEARXNG_PORT=8080