Skip to content

Commit

Permalink
Added instructions to README on how to run this inside Docker.
Browse files Browse the repository at this point in the history
  • Loading branch information
fuerbringer committed Jun 17, 2017
1 parent c05eb5b commit d3f826c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ The _old school_ way of installing Searxbot is quite simple:

### Docker

Dockerfile coming soon™
1. `git clone` this repository somewhere on your server.
2. Rename the `auth.json.example` file to `auth.json` and fill in your credidentials.
3. Build the Docker image like this: `docker build -t fuerbringer/searxbot .`
4. Run the Docker image: `docker run -d --name searxbot fuerbringer/searxbot`

## SearX instances
A list of public SearX instances can be found [here](https://github.com/asciimoo/searx/wiki/Searx-instances).

0 comments on commit d3f826c

Please sign in to comment.