Simply the update process
This commit is contained in:
parent
fa11493d8a
commit
d63d0c77a8
1 changed files with 2 additions and 4 deletions
|
@ -65,16 +65,14 @@ Supported architecture:
|
|||
To update the SearXNG stack:
|
||||
|
||||
```sh
|
||||
git pull
|
||||
docker compose pull
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
Or the old way (with the old docker-compose version):
|
||||
```sh
|
||||
git pull
|
||||
docker-compose pull
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
To update this `docker-compose.yml` file:
|
||||
|
||||
Check out the newest version on github: [searxng/searxng-docker](https://github.com/searxng/searxng-docker).
|
||||
|
|
Loading…
Reference in a new issue