k9withabone / compose_spec_rs

Rust library for (de)serializing from/to the compose-spec
https://crates.io/crates/compose_spec
Mozilla Public License 2.0
3 stars 0 forks source link

Add `services[].networks[].driver_opts` attribute #29

Closed k9withabone closed 1 month ago

k9withabone commented 1 month ago

The Compose Specification added the driver_opts attribute to service network definitions. A driver_opts field should be added to compose_spec::service::network_config::Network. This is a breaking change.