mirror of https://github.com/docker/docs.git
Add note that compose v3 doesnt support additional ipam configs (#2858)
* Add note that compose v3 doesnt support additional ipam configs (#1528) * Fix minor tick (#1528) * Edits
This commit is contained in:
parent
59e4718500
commit
bdcd3be43c
|
@ -1432,6 +1432,8 @@ A full example:
|
||||||
config:
|
config:
|
||||||
- subnet: 172.28.0.0/16
|
- subnet: 172.28.0.0/16
|
||||||
|
|
||||||
|
> **Note**: Additional IPAM configurations, such as `gateway`, are only honored for version 2 at the moment.
|
||||||
|
|
||||||
### internal
|
### internal
|
||||||
|
|
||||||
By default, Docker also connects a bridge network to it to provide external
|
By default, Docker also connects a bridge network to it to provide external
|
||||||
|
|
Loading…
Reference in New Issue