documentation
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Wolfgang Hottgenroth 2024-12-10 16:42:35 +01:00
parent 93801d7577
commit e8f66cd354
Signed by: wn
GPG Key ID: 18FDFA577A8871AD

View File

@ -54,4 +54,13 @@ docker run \
$IMAGE $IMAGE
``` ```
## Usage in other containers
Connect other containers to the mailer network:
```
docker network connect mailer-network name_of_other_container
```
Now you can use the name of the mailer container, here `mailer` as smarthost name in that other container.