Merge pull request #13999 from tomlankhorst/patch-1

Fix `driver_opts` indent
This commit is contained in:
Usha Mandya 2021-12-17 11:10:09 +00:00 committed by GitHub
commit 4211bf5820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -133,8 +133,8 @@ networks:
# Use a custom driver which takes special options
driver: custom-driver-2
driver_opts:
foo: "1"
bar: "2"
foo: "1"
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.