update instructions for update docker-compose

pull/113/merge
Émilien (perso) 8 months ago committed by GitHub
parent 41ca45c87f
commit fa11493d8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save