From 04bd38baaa9187405fee368daf88c814a90d799e Mon Sep 17 00:00:00 2001 From: j4n Date: Mon, 16 Feb 2026 17:10:32 +0100 Subject: [PATCH] docker: add quickstart docker send note --- docs/DOCKER_INSTALLATION_EN.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/DOCKER_INSTALLATION_EN.md b/docs/DOCKER_INSTALLATION_EN.md index 21aafd29..9b37059a 100644 --- a/docs/DOCKER_INSTALLATION_EN.md +++ b/docs/DOCKER_INSTALLATION_EN.md @@ -49,6 +49,10 @@ docker compose build chatmail The build bakes all binaries, Python packages, and the install stage into the image. After building, only `docker-compose.yaml` and `.env` are needed to run the container. +TODO: upload the image to a registry, for now, you can upload the image to your server directly with +```shell +time docker save chatmail-relay:latest | pigz | ssh chat.example.com 'pigz -d | docker load' # pigz is multithreaded gzip +``` ## Running with Docker Compose 1. Copy `docker-compose.yaml` and `docker/example.env` into a working directory: