From 613c1aa8ebe3b22e5be01dad03ed52cc0fe0d729 Mon Sep 17 00:00:00 2001 From: Mehmet Sait Cubukcu <109916532+cubukcum@users.noreply.github.com> Date: Fri, 10 Oct 2025 21:31:48 +0300 Subject: [PATCH] docs: remove unsupported `--replace` flag from Docker command (#5288) --- docs/admin/installation-docker.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/installation-docker.rst b/docs/admin/installation-docker.rst index 20fa95262..fe9542991 100644 --- a/docs/admin/installation-docker.rst +++ b/docs/admin/installation-docker.rst @@ -100,7 +100,7 @@ Basic container instancing example: $ cd ./searxng/ # Run the container - $ docker run --name searxng --replace -d \ + $ docker run --name searxng -d \ -p 8888:8080 \ -v "./config/:/etc/searxng/" \ -v "./data/:/var/cache/searxng/" \