Simply the update process

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

@ -65,16 +65,14 @@ Supported architecture:
To update the SearXNG stack: To update the SearXNG stack:
```sh ```sh
git pull
docker compose pull docker compose pull
docker compose up -d docker compose up -d
``` ```
Or the old way (with the old docker-compose version): Or the old way (with the old docker-compose version):
```sh ```sh
git pull
docker-compose pull docker-compose pull
docker-compose up -d 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…
Cancel
Save