From 59ffbf9cb414ac8274e2024de646af1d6848e186 Mon Sep 17 00:00:00 2001 From: j4n Date: Mon, 23 Feb 2026 17:53:04 +0100 Subject: [PATCH] docker/docs: add journalctl example --- doc/source/docker.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/docker.rst b/doc/source/docker.rst index ae67b325..02c3acdd 100644 --- a/doc/source/docker.rst +++ b/doc/source/docker.rst @@ -119,6 +119,10 @@ You can run the test suite with docker exec chatmail /opt/cmdeploy/bin/cmdeploy test --ssh-host localhost +You can look at logs + + docker exec chatmail journalctl -fu postfix@- + Customization -------------