From d63d0c77a8adbab907ecaed7838061ea7eda4bdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milien=20=28perso=29?= <4016501+unixfox@users.noreply.github.com> Date: Sun, 24 Sep 2023 09:39:54 +0000 Subject: [PATCH] Simply the update process --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7f58452..3dd1f01 100644 --- a/README.md +++ b/README.md @@ -65,16 +65,14 @@ Supported architecture: To update the SearXNG stack: ```sh +git pull docker compose pull docker compose up -d ``` Or the old way (with the old docker-compose version): ```sh +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).