mirror of
https://github.com/chatmail/relay.git
synced 2026-06-09 21:21:09 +00:00
e45d2b99e4
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`.