More scripts to be deprecated
This commit is contained in:
4
deprecated/launch_searx.sh
Executable file
4
deprecated/launch_searx.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user