Podman: Difference between revisions
imported>Aidalgol m Add notes about getting podman-compose DNS working |
imported>Capsule7163 Changed setting name to enable DNS in containers |
||
| Line 14: | Line 14: | ||
# Required for containers under podman-compose to be able to talk to each other. | # Required for containers under podman-compose to be able to talk to each other. | ||
defaultNetwork. | defaultNetwork.settings.dns_enabled = true; | ||
}; | }; | ||
}; | }; | ||