update podman dns setting for telperion

This commit is contained in:
Joseph Hanson 2024-05-28 18:01:08 -05:00
parent 9da689b4ca
commit bc5994ae0c
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -197,7 +197,7 @@
dockerCompat = true;
# Required for podman-compose so pods can talk to each other.
defaultNetwork.settings.dns_enabled = true;
defaultNetwork.settings.dns_enabled = false;
};