update instructions for update docker-compose

This commit is contained in:
Émilien (perso) 2023-09-24 09:38:50 +00:00 committed by GitHub
parent 41ca45c87f
commit fa11493d8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: