diff options
Diffstat (limited to 'docs/admin/installation-docker.rst')
| -rw-r--r-- | docs/admin/installation-docker.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/admin/installation-docker.rst b/docs/admin/installation-docker.rst index 06b3fe465..cdbe1608f 100644 --- a/docs/admin/installation-docker.rst +++ b/docs/admin/installation-docker.rst @@ -181,10 +181,10 @@ Command line <https://docs.docker.com/engine/reference/run/#foreground>`__. In the :origin:`Dockerfile` the ENTRYPOINT_ is defined as -:origin:`container/docker-entrypoint.sh` +:origin:`container/entrypoint.sh` .. code:: sh docker run --rm -it searxng/searxng -h -.. program-output:: ../container/docker-entrypoint.sh -h +.. program-output:: ../container/entrypoint.sh -h |