Update docs/content/examples/use-cases/bind-smtp-network-interface.md
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
This commit is contained in:
parent
9ed9158cf5
commit
130cf5fe30
|
@ -61,7 +61,7 @@ to the respective IP-address on the server you want to use.
|
||||||
Sometimes containers use the first IP address from Docker host for outgoing traffic and verifications of rDNS (PTR) can occur for that IP address.
|
Sometimes containers use the first IP address from Docker host for outgoing traffic and verifications of rDNS (PTR) can occur for that IP address.
|
||||||
To force container to use specific IP address from host you can use following configuration in compose.yml
|
To force container to use specific IP address from host you can use following configuration in compose.yml
|
||||||
|
|
||||||
```title="compose.yml"
|
```title="compose.yaml"
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
driver_opts:
|
driver_opts:
|
||||||
|
|
Loading…
Reference in New Issue