From 853be4362d563c70b061fad3d9e83572a183039a Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Sun, 6 Jul 2025 19:48:15 +0300 Subject: [PATCH] docs: Fix typo in x-podman.disable_dns Signed-off-by: Povilas Kanapickas --- docs/Extensions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Extensions.md b/docs/Extensions.md index 879d0b4..3e25e0d 100644 --- a/docs/Extensions.md +++ b/docs/Extensions.md @@ -47,8 +47,8 @@ For explanations of these extensions, please refer to the [podman-run --volume d The following extension keys are available under network configuration: -* `x-podman.disable-dns` - Disable the DNS plugin for the network when set to 'true'. -* `x-podman.dns` - Set nameservers for the network using supplied addresses (cannot be used with x-podman.disable-dns`). +* `x-podman.disable_dns` - Disable the DNS plugin for the network when set to 'true'. +* `x-podman.dns` - Specifies a list of nameservers for the network This cannot be used with x-podman.disable_dns`. For example, the following docker-compose.yml allows all containers on the same network to use the specified nameservers: