Skip to content

Commit 4811b1e

Browse files
committed
docker: document cmdeploy dns in docker containers
1 parent c2579e9 commit 4811b1e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

cmdeploy/src/cmdeploy/cmdeploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def dns_cmd_options(parser):
128128
parser.add_argument(
129129
"--ssh-host",
130130
dest="ssh_host",
131-
help="Run the DNS queries on 'localhost', via 'docker', or on a specific SSH host",
131+
help="Run the DNS queries on 'localhost', in the chatmail 'docker' container, or on a specific SSH host",
132132
)
133133

134134

docs/DOCKER_INSTALLATION_EN.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ docker compose logs -f chatmail # view container logs, press CTRL+C to exit
8282

8383
8. After installation is complete, you can open `https://<your_domain_name>` in your browser.
8484

85+
9. To send messages to other chatmail relays,
86+
you need to set additional DNS records.
87+
Run `docker exec chatmail scripts/cmdeploy.sh dns --ssh-host localhost`
88+
to see recommended DNS records and check whether they are correct.
89+
8590
## Using custom files
8691

8792
When using Docker, you can apply modified configuration files to make the installation more personalized. This is usually needed for the `www/src` section so that the Chatmail landing page is customized to your taste, but it can be used for any other cases as well.

0 commit comments

Comments
 (0)