docker: add quickstart docker send note

This commit is contained in:
j4n
2026-02-16 17:10:32 +01:00
parent 4df6a96a14
commit 04bd38baaa

View File

@@ -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: