mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
docs: remove unsupported --replace flag from Docker command (#5288)
This commit is contained in:
committed by
GitHub
parent
899cf7e08a
commit
613c1aa8eb
@@ -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/" \
|
||||
|
||||
Reference in New Issue
Block a user