File size: 149 Bytes
998b31c
 
 
1
2
3
4
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