summaryrefslogtreecommitdiff
path: root/docs/admin/installation-docker.rst
diff options
context:
space:
mode:
authorMehmet Sait Cubukcu <109916532+cubukcum@users.noreply.github.com>2025-10-10 21:31:48 +0300
committerGitHub <noreply@github.com>2025-10-10 20:31:48 +0200
commit613c1aa8ebe3b22e5be01dad03ed52cc0fe0d729 (patch)
tree6c7506f2ecd321e9ea649025e4af3bb2f1d1635a /docs/admin/installation-docker.rst
parent899cf7e08a6da075a8baa04df31049d989352168 (diff)
docs: remove unsupported `--replace` flag from Docker command (#5288)
Diffstat (limited to 'docs/admin/installation-docker.rst')
-rw-r--r--docs/admin/installation-docker.rst2
1 files changed, 1 insertions, 1 deletions
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/" \