update instructions for update docker-compose
This commit is contained in:
parent
41ca45c87f
commit
fa11493d8a
|
@ -64,10 +64,15 @@ Supported architecture:
|
|||
|
||||
To update the SearXNG stack:
|
||||
|
||||
```sh
|
||||
docker compose pull
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
Or the old way (with the old docker-compose version):
|
||||
```sh
|
||||
docker-compose pull
|
||||
docker-compose down
|
||||
docker-compose up
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
To update this `docker-compose.yml` file:
|
||||
|
|
Loading…
Reference in New Issue