mirror of https://github.com/docker/docs.git
Merge pull request #13999 from tomlankhorst/patch-1
Fix `driver_opts` indent
This commit is contained in:
commit
4211bf5820
|
@ -133,8 +133,8 @@ networks:
|
||||||
# Use a custom driver which takes special options
|
# Use a custom driver which takes special options
|
||||||
driver: custom-driver-2
|
driver: custom-driver-2
|
||||||
driver_opts:
|
driver_opts:
|
||||||
foo: "1"
|
foo: "1"
|
||||||
bar: "2"
|
bar: "2"
|
||||||
```
|
```
|
||||||
|
|
||||||
Networks can be configured with static IP addresses by setting the [ipv4_address and/or ipv6_address](compose-file/compose-file-v2.md#ipv4_address-ipv6_address) for each attached network.
|
Networks can be configured with static IP addresses by setting the [ipv4_address and/or ipv6_address](compose-file/compose-file-v2.md#ipv4_address-ipv6_address) for each attached network.
|
||||||
|
|
Loading…
Reference in New Issue