1
0
mirror of https://github.com/tiyn/wiki.git synced 2026-05-01 15:41:35 +02:00

restructuring: reevaluating the docker headers

This commit is contained in:
TiynGER
2021-03-10 21:30:32 +01:00
parent 5876bc0e26
commit 33fdfdfc90
34 changed files with 240 additions and 290 deletions

View File

@@ -2,13 +2,11 @@
[Searx](https://searx.me) is a free metasearch engine.
## Setup
### Docker
## Setup with Docker
The official container and documentation was made by [searx](https://hub.docker.com/r/searx/searx).
#### Volumes
### Volumes
Set the following volumes with the -v tag.
@@ -17,7 +15,7 @@ Set the following volumes with the -v tag.
| `searx_etc` | `/etc/searx` | storage for etc |
| `searx_log` | `/var/log/uwsgi` | storage for logs |
#### Ports
### Ports
Set the following ports with the -p tag.
@@ -25,7 +23,7 @@ Set the following ports with the -p tag.
| -------------- | ------------------------ | -------- | ----------- |
| `8080` | `8080` | TCP | WebUI |
#### Rebuild
### Rebuild
```shell
#!/bin/sh