From bdcd3be43c5a6d9382953795a51b92552452c85d Mon Sep 17 00:00:00 2001 From: Rubab-Syed Date: Wed, 19 Apr 2017 17:00:23 +0500 Subject: [PATCH] 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 --- compose/compose-file/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose/compose-file/index.md b/compose/compose-file/index.md index 1734d79375..ec8f673280 100644 --- a/compose/compose-file/index.md +++ b/compose/compose-file/index.md @@ -1432,6 +1432,8 @@ A full example: config: - subnet: 172.28.0.0/16 +> **Note**: Additional IPAM configurations, such as `gateway`, are only honored for version 2 at the moment. + ### internal By default, Docker also connects a bridge network to it to provide external