Skip to content

Commit 283590f

Browse files
committed
ENGDOCS-2278
1 parent 2fdfde2 commit 283590f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/reference/compose-file/services.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,6 +1222,7 @@ There is a performance penalty for applications that swap memory to disk often.
12221222
- `none`: Turns off all container networking.
12231223
- `host`: Gives the container raw access to the host's network interface.
12241224
- `service:{name}`: Gives the containers access to the specified service only. For more information, see [Container networks](/manuals/engine/network/_index.md#container-networks).
1225+
- `container:{name}`: Gives the service container access to the specified container.
12251226

12261227
```yml
12271228
network_mode: "host"

0 commit comments

Comments
 (0)