mirror of
https://github.com/containers/podman-compose.git
synced 2025-08-16 00:28:00 +02:00
docs: Fix typo in x-podman.disable_dns
Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user