Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SharryOG
/
Searx
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
998b31c
Searx
/
Dockerfile
SharryOG
Create Dockerfile
998b31c
verified
9 months ago
raw
Copy download link
history
blame
Safe
149 Bytes
export
PORT=7860
docker pull searx/searx
docker run --
rm
-d -v
${PWD}
/searx:/etc/searx -p
$PORT
:8080 -e BASE_URL=http://localhost:
$PORT
/ searx/searx