mirror of
https://github.com/searxng/searxng-docker.git
synced 2025-12-23 12:10:01 +00:00
update instructions for update docker-compose
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user