Searx / Dockerfile
SharryOG's picture
Create Dockerfile
998b31c verified
raw
history blame
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