Skip to content

Commit

Permalink
Stopping Artemis (#1290)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazet authored Sep 30, 2024
1 parent 8124230 commit c8a22dd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/quick-start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,17 @@ descriptions of found vulnerabilities, so thay you can notify the administrators
the vulnerabilities fixed.

To do that, please refer to :ref:`generating-reports`.

Stopping Artemis
----------------
To turn off Artemis (without removing the scan results and pending tasks), use:

.. code-block:: console
./scripts/run_docker_compose down
To remove all data, use:

.. code-block:: console
./scripts/run_docker_compose down --volumes

0 comments on commit c8a22dd

Please sign in to comment.