We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a276b9 commit 5b312d2Copy full SHA for 5b312d2
content/reference/compose-file/networks.md
@@ -90,10 +90,12 @@ You can customize the `default` network with an explicit declaration:
90
networks:
91
default:
92
name: a_network # Use a custom name
93
- driver_opts: # pass [options](https://docs.docker.com/engine/network/drivers/bridge/#options) to driver for network creation
+ driver_opts: # pass optionsto driver for network creation
94
com.docker.network.bridge.host_binding_ipv4: 127.0.0.1
95
```
96
97
+For options, see the [Docker Engine docs](https://docs.docker.com/engine/network/drivers/bridge/#options).
98
+
99
## Attributes
100
101
### `driver`
0 commit comments