From fa11493d8aa2d0d3042e4e2cd3de68396cbed626 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:38:50 +0000 Subject: [PATCH] update instructions for update docker-compose --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c46a186..7f58452 100644 --- a/README.md +++ b/README.md @@ -64,10 +64,15 @@ Supported architecture: To update the SearXNG stack: +```sh +docker compose pull +docker compose up -d +``` + +Or the old way (with the old docker-compose version): ```sh docker-compose pull -docker-compose down -docker-compose up +docker-compose up -d ``` To update this `docker-compose.yml` file: