diff options
| author | Markus Heiser <markus@book> | 2025-06-25 09:17:38 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-06-25 09:32:01 +0200 |
| commit | 776ac0add822612d749965d4d354f3ad0ce73a70 (patch) | |
| tree | 26cdadb831d36ceec7113ba4d23561bb26523d88 | |
| parent | 39474b392a7c066b439a62fe4d045287fa2008ea (diff) | |
[docs] Docker's entrypoint.sh does no longer have an help option -h
The new Docker entrypoint.sh script implemented in PR:
- https://github.com/searxng/searxng/pull/4793
does no longer have a `-h` option [1]. When building the `make docs` a warming
is shown::
WARNING: Unexpected return code 2 from command Command(command=('../container/entrypoint.sh', '-h') .. (output='../container/entrypoint.sh: 152: SEARXNG_VERSION: parameter not set')
[1] https://github.com/searxng/searxng/pull/4793/files#diff-694a402a03e8de5aa227b1c0294ffdc072b6bac09b4dcbe144dc7d97d4e07159L35
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
| -rw-r--r-- | docs/admin/installation-docker.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/admin/installation-docker.rst b/docs/admin/installation-docker.rst index cdbe1608f..fba7268a2 100644 --- a/docs/admin/installation-docker.rst +++ b/docs/admin/installation-docker.rst @@ -186,5 +186,3 @@ In the :origin:`Dockerfile` the ENTRYPOINT_ is defined as .. code:: sh docker run --rm -it searxng/searxng -h - -.. program-output:: ../container/entrypoint.sh -h |