We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f4bb3 commit 5916dd3Copy full SHA for 5916dd3
docs/concepts/networking.mdx
@@ -130,7 +130,7 @@ http://<service-name>:<port>
130
### Custom Network CIDR
131
132
By default, Defang creates a separate private/internal network in the 10.0.0.0/16 subnet for each Compose project.
133
-To customize this CIDR, you can set the `subnet` of the `default` network in the Compose file:
+To customize this CIDR block, you can set the `subnet` of the `default` network in the Compose file:
134
135
```yaml
136
networks:
0 commit comments