Compare commits

...

2 Commits

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

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

Loading…
Cancel
Save