mirror of https://github.com/docker/docs.git
Fix wrong flag name in ACI doc
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
This commit is contained in:
parent
f6ebc084ec
commit
027b6599b0
|
@ -190,12 +190,12 @@ This IP address can be obtained when listing containers with `docker ps` or usin
|
||||||
### DNS label name
|
### DNS label name
|
||||||
|
|
||||||
In addition to exposing ports on a random IP address, you can specify a DNS label name to expose your application on an FQDN of the form: `<NAME>.region.azurecontainer.io`.
|
In addition to exposing ports on a random IP address, you can specify a DNS label name to expose your application on an FQDN of the form: `<NAME>.region.azurecontainer.io`.
|
||||||
You can set this name with the `--domain` flag when performing a `docker run`, or by using the `domain` field in the Compose file when performing a `docker compose up`.
|
You can set this name with the `--domainname` flag when performing a `docker run`, or by using the `domainname` field in the Compose file when performing a `docker compose up`.
|
||||||
|
|
||||||
> **Note**
|
> **Note**
|
||||||
>
|
>
|
||||||
> The domain of a Compose application can only be set once, if you specify the
|
> The domain of a Compose application can only be set once, if you specify the
|
||||||
> `domain` for several services, the value must be identical.
|
> `domainname` for several services, the value must be identical.
|
||||||
|
|
||||||
## Using Azure file share as volumes in ACI containers
|
## Using Azure file share as volumes in ACI containers
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue