This commit is contained in:
2026-09-15 18:24:52 -05:00
parent 47c1741203
commit b932613dec
11 changed files with 139 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
services:
SearXNG:
image: searxng/searxng:latest
ports:
- '9017:8080'
volumes:
- /portainer/Files/AppData/Config/searxng:/etc/searxng
environment:
BASE_URL: http://localhost:9017
INSTANCE_NAME: my-instance
restart: unless-stopped
container_name: SearXNG