首先需要克隆searxng
的仓库
bashgit clone https://github.com/searxng/searxng-docker.git
随后进入
bashcd searxng-docker
用Docker安装只需要一行命令
bashdocker run -d -p 3000:8080 -v open-webui:/app/backend/data --name open-webui ghcr.io/open-webui/open-webui:main
其中的3000
可以改成任何不冲突的端口