diff options
| author | Mehmet Sait Cubukcu <109916532+cubukcum@users.noreply.github.com> | 2025-10-10 21:31:48 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-10 20:31:48 +0200 |
| commit | 613c1aa8ebe3b22e5be01dad03ed52cc0fe0d729 (patch) | |
| tree | 6c7506f2ecd321e9ea649025e4af3bb2f1d1635a | |
| parent | 899cf7e08a6da075a8baa04df31049d989352168 (diff) | |
docs: remove unsupported `--replace` flag from Docker command (#5288)
| -rw-r--r-- | docs/admin/installation-docker.rst | 2 |
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/" \ |