SharryOG commited on
Commit
aa1192e
·
verified ·
1 Parent(s): 998b31c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,3 +1,3 @@
1
- export PORT=7860
2
  docker pull searx/searx
3
  docker run --rm -d -v ${PWD}/searx:/etc/searx -p $PORT:8080 -e BASE_URL=http://localhost:$PORT/ searx/searx
 
1
+ expose PORT=7860
2
  docker pull searx/searx
3
  docker run --rm -d -v ${PWD}/searx:/etc/searx -p $PORT:8080 -e BASE_URL=http://localhost:$PORT/ searx/searx