mirror of
https://github.com/open-webui/docs
synced 2025-06-16 11:28:36 +00:00
Update web_search.md
remove docker.io/
This commit is contained in:
parent
fc6f0d0a63
commit
1bc5231176
@ -286,7 +286,7 @@ Next, add the following to SearXNG's `docker-compose.yaml` file:
|
|||||||
services:
|
services:
|
||||||
searxng:
|
searxng:
|
||||||
container_name: searxng
|
container_name: searxng
|
||||||
image: docker.io/searxng/searxng:latest
|
image: searxng/searxng:latest
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
volumes:
|
volumes:
|
||||||
@ -321,7 +321,7 @@ On the first run, you must remove `cap_drop: - ALL` from the `docker-compose.yam
|
|||||||
Alternatively, you can run SearXNG directly using `docker run`:
|
Alternatively, you can run SearXNG directly using `docker run`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run --name searxng --env-file .env -v ./searxng:/etc/searxng:rw -p 8080:8080 --restart unless-stopped --cap-drop ALL --cap-add CHOWN --cap-add SETGID --cap-add SETUID --cap-add DAC_OVERRIDE --log-driver json-file --log-opt max-size=1m,max-file=1 docker.io/searxng/searxng:latest
|
docker run --name searxng --env-file .env -v ./searxng:/etc/searxng:rw -p 8080:8080 --restart unless-stopped --cap-drop ALL --cap-add CHOWN --cap-add SETGID --cap-add SETUID --cap-add DAC_OVERRIDE --log-driver json-file --log-opt max-size=1m,max-file=1 searxng/searxng:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
## 3. Confirm Connectivity
|
## 3. Confirm Connectivity
|
||||||
|
Loading…
Reference in New Issue
Block a user