Searx / Dockerfile
SharryOG's picture
Update Dockerfile
aa1192e verified
raw
history blame
149 Bytes
expose 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