From e64993ba265a93d648fcd84717ff6de5e3345818 Mon Sep 17 00:00:00 2001 From: j4n Date: Mon, 23 Feb 2026 17:46:14 +0100 Subject: [PATCH] docker: fix test command in docs --- doc/source/docker.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/docker.rst b/doc/source/docker.rst index b87ee2b6..ae67b325 100644 --- a/doc/source/docker.rst +++ b/doc/source/docker.rst @@ -113,11 +113,11 @@ You can check server status with:: You can run some benchmarks (can also run from any machine with cmdeploy installed) - docker exec chatmail /opt/cmdeploy/bin/cmdeploy bench chat.example.org + docker exec chatmail /opt/cmdeploy/bin/cmdeploy bench You can run the test suite with - docker exec chatmail /opt/cmdeploy/bin/cmdeploy test chat.example.org --ssh-host localhost + docker exec chatmail /opt/cmdeploy/bin/cmdeploy test --ssh-host localhost Customization