docs: remove unsupported --replace flag from Docker command (#5288)

This commit is contained in:
Mehmet Sait Cubukcu 2025-10-10 21:31:48 +03:00 committed by GitHub
parent 899cf7e08a
commit 613c1aa8eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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/" \