update podman dns setting for telperion
This commit is contained in:
parent
9da689b4ca
commit
bc5994ae0c
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@
|
||||||
dockerCompat = true;
|
dockerCompat = true;
|
||||||
|
|
||||||
# Required for podman-compose so pods can talk to each other.
|
# Required for podman-compose so pods can talk to each other.
|
||||||
defaultNetwork.settings.dns_enabled = true;
|
defaultNetwork.settings.dns_enabled = false;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Reference in a new issue