Compare commits

...

2 Commits

Author SHA1 Message Date
Émilien (perso) d63d0c77a8
Simply the update process 9 months ago
Émilien (perso) fa11493d8a
update instructions for update docker-compose 9 months ago

@ -65,11 +65,14 @@ Supported architecture:
To update the SearXNG stack: To update the SearXNG stack:
```sh ```sh
docker-compose pull git pull
docker-compose down docker compose pull
docker-compose up docker compose up -d
``` ```
To update this `docker-compose.yml` file: Or the old way (with the old docker-compose version):
```sh
Check out the newest version on github: [searxng/searxng-docker](https://github.com/searxng/searxng-docker). git pull
docker-compose pull
docker-compose up -d
```

Loading…
Cancel
Save