mirror of https://github.com/docker/docs.git
Note on mixing network_mode with links in Docker compose file (#3049)
This commit is contained in:
parent
e8ec2c3c68
commit
50e9e49552
|
@ -771,6 +771,8 @@ the special form `service:[service name]`.
|
|||
> [deploying a stack in swarm mode](/engine/reference/commandline/stack_deploy.md)
|
||||
> with a (version 3) Compose file.
|
||||
|
||||
> **Note**: `network_mode: "host"` cannot be mixed with [links](#links).
|
||||
|
||||
### networks
|
||||
|
||||
Networks to join, referencing entries under the
|
||||
|
|
Loading…
Reference in New Issue