docker: update docs to use @local for cmdeploy

This commit is contained in:
j4n
2026-02-16 19:33:25 +01:00
parent ffa45c1ca1
commit e99d979eb8

View File

@@ -90,10 +90,10 @@ Use `docker exec` to run cmdeploy commands inside the container:
```shell
# Show required DNS records
docker exec chatmail /opt/cmdeploy/bin/cmdeploy dns --ssh-host @docker
docker exec chatmail /opt/cmdeploy/bin/cmdeploy dns --ssh-host @local
# Check server status
docker exec chatmail /opt/cmdeploy/bin/cmdeploy status --ssh-host @docker
docker exec chatmail /opt/cmdeploy/bin/cmdeploy status --ssh-host @local
# Run benchmarks (can also run from any machine with cmdeploy installed)
docker exec chatmail /opt/cmdeploy/bin/cmdeploy bench chat.example.com