From a6ecaa9cd3581e34b0f37f79e25333743dce50f7 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Tue, 28 Mar 2023 18:45:32 +0200 Subject: remove -c from docker documentation With fietsboek.ini, those commands become very ergonomic to use (as long as the user has the configuration at the default place) --- doc/administration/docker.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/administration/docker.rst b/doc/administration/docker.rst index 68f474f..06073ca 100644 --- a/doc/administration/docker.rst +++ b/doc/administration/docker.rst @@ -116,9 +116,9 @@ can execute them in the container: .. code-block:: bash # Get a user list ... - docker exec -ti CONTAINER_ID fietsctl userlist -c fietsboek.ini + docker exec -ti CONTAINER_ID fietsctl userlist # Run the cronjobs ... - docker exec -ti CONTAINER_ID fietscron -c fietsboek.ini + docker exec -ti CONTAINER_ID fietscron # ... and so on Docker Compose -- cgit v1.2.3