scripts/deprecated/launch_searx.sh
2022-06-12 20:21:06 +03:00

5 lines
183 B
Bash
Executable File

#!/bin/bash
export PORT=80
echo "starting searx on localhost:80"
doas docker run --rm -d -v /home/ferit/searx:/etc/searx -p $PORT:8080 -e BASE_URL=http://localhost:$PORT/ searx/searx