mirror of
https://github.com/chatmail/relay.git
synced 2026-05-17 01:38:58 +00:00
docker: update docs to use @local for cmdeploy
This commit is contained in:
@@ -90,10 +90,10 @@ Use `docker exec` to run cmdeploy commands inside the container:
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
# Show required DNS records
|
# 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
|
# 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)
|
# Run benchmarks (can also run from any machine with cmdeploy installed)
|
||||||
docker exec chatmail /opt/cmdeploy/bin/cmdeploy bench chat.example.com
|
docker exec chatmail /opt/cmdeploy/bin/cmdeploy bench chat.example.com
|
||||||
|
|||||||
Reference in New Issue
Block a user