Precise populate command

Complete command and give one for docker
This commit is contained in:
loanR 2023-04-12 17:30:51 +02:00
parent 23b4ff0800
commit a9be3a5072

View file

@ -69,7 +69,11 @@ You can populate the database with randomly generated users and groups with the
.. code-block:: console .. code-block:: console
env CONFIG=conf/canaille.toml poetry run canaille populate # If using docker:
docker compose exec canaille env CONFIG=conf/canaille.toml poetry run canaille populate --nb 100 users # or docker-compose
# If running in local environment
env CONFIG=conf/canaille.toml poetry run canaille populate --nb 100 users
Unit tests Unit tests
---------- ----------