mirror of
https://github.com/tiyn/wiki.git
synced 2026-09-13 18:41:35 +02:00
Corrected various typographic errors
- substituted en-dash for hyphen where needed - renamed files to avoid confusion due to identical name - added links - fixed capitalization - fixed line breaks
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# searx - searx
|
||||
# searx – searx
|
||||
|
||||
This is a [Docker](/wiki/docker.md) container for a [searx](/wiki/searx.md)
|
||||
meta-search machine.
|
||||
@@ -8,7 +8,7 @@ The official container and documentation was made by
|
||||
## Set-up
|
||||
|
||||
Create the files `rebuild.sh` and `docker-compose.yml` at the same place.
|
||||
Change the settings according to your needs and run `./rebuild.sh` afterwards.
|
||||
Change the settings according to your needs and run `./rebuild.sh` afterward.
|
||||
|
||||
### Volumes
|
||||
|
||||
@@ -47,11 +47,11 @@ services:
|
||||
searx:
|
||||
image: searx/searx
|
||||
volumes:
|
||||
- etc:/etc/searx
|
||||
- log:/var/log/uwsgi
|
||||
– etc:/etc/searx
|
||||
– log:/var/log/uwsgi
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 8080:8080
|
||||
– 8080:8080
|
||||
|
||||
volumes:
|
||||
etc:
|
||||
|
||||
Reference in New Issue
Block a user