update instructions for update docker-compose
This commit is contained in:
parent
41ca45c87f
commit
fa11493d8a
1 changed files with 7 additions and 2 deletions
|
@ -64,10 +64,15 @@ Supported architecture:
|
||||||
|
|
||||||
To update the SearXNG stack:
|
To update the SearXNG stack:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
docker compose pull
|
||||||
|
docker compose up -d
|
||||||
|
```
|
||||||
|
|
||||||
|
Or the old way (with the old docker-compose version):
|
||||||
```sh
|
```sh
|
||||||
docker-compose pull
|
docker-compose pull
|
||||||
docker-compose down
|
docker-compose up -d
|
||||||
docker-compose up
|
|
||||||
```
|
```
|
||||||
|
|
||||||
To update this `docker-compose.yml` file:
|
To update this `docker-compose.yml` file:
|
||||||
|
|
Loading…
Reference in a new issue