Skip to content

Commit 5b312d2

Browse files
committed
fix build
1 parent 6a276b9 commit 5b312d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/reference/compose-file/networks.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,12 @@ You can customize the `default` network with an explicit declaration:
9090
networks:
9191
default:
9292
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
93+
driver_opts: # pass optionsto driver for network creation
9494
com.docker.network.bridge.host_binding_ipv4: 127.0.0.1
9595
```
9696

97+
For options, see the [Docker Engine docs](https://docs.docker.com/engine/network/drivers/bridge/#options).
98+
9799
## Attributes
98100

99101
### `driver`

0 commit comments

Comments
 (0)