Update docs/cli.rst

Co-authored-by: Alexander Graf <ghostwheel42@users.noreply.github.com>
This commit is contained in:
Florent Daigniere
2023-02-20 11:53:41 +01:00
committed by GitHub
parent 8d8f753796
commit 511cdcf1ba

View File

@@ -188,7 +188,7 @@ The current version of docker compose exec does not pass stdin correctly, so you
.. code-block:: bash
docker exec -i $(docker compose ps -q admin) flask mailu config-import -nv < mail-config.yml
docker compose exec -T admin flask mailu config-import -nv < mail-config.yml
mail-config.yml contains the configuration and looks like this: