mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
The `@docker` SSH host was added in Docker development to route cmdeploy commands into a running container from outside. This is no longer needed because chatmail-init.sh deploys with `@local` inside the container, and all cmdeploy commands (test, dns, status) work natively inside via `docker exec chatmail cmdeploy <cmd> --ssh-host @local`.