From 93c24fb3093239ca02c1118d9bec4c59fa2ce708 Mon Sep 17 00:00:00 2001 From: j4n Date: Thu, 19 Feb 2026 14:10:25 +0100 Subject: [PATCH] typo --- doc/source/docker.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/docker.rst b/doc/source/docker.rst index 6289df03..1756673d 100644 --- a/doc/source/docker.rst +++ b/doc/source/docker.rst @@ -18,7 +18,7 @@ We use ``chat.example.org`` as the chatmail domain in the following steps. Please substitute it with your own domain. 1. Install docker and docker compose v2 (check with `docker compose version`), install, e.g., through - - Debian 12 through the `official install instructions `_: + - Debian 12 through the `official install instructions `_ - Debian 13+ with `apt install docker docker-compose` If you must use v1 (EOL since 2023), use `docker-compose` in the following and modify the `docker-compose.yaml` to use `privileged: true` instead of `cgroup: host`, though that will run give the container all priviledges.