mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-25 01:13:28 +01:00
5bf4c0fdbe
This is the behavior exhibited by docker compose. The network names are user-visible through external networks, so previously anyone who migrated from docker-compose needed to change their configuration. Now it is possible to select compatibility via a flag in x-podman global dictionary. Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
2 lines
172 B
Gherkin
2 lines
172 B
Gherkin
Added a way to get compatibility of default network names with docker compose. This is selected by setting `default_net_name_compat: true` on `x-podman` global dictionary.
|