diff --git a/engine/context/aci-integration.md b/engine/context/aci-integration.md index 71da0067e4..b1eb9e8c61 100644 --- a/engine/context/aci-integration.md +++ b/engine/context/aci-integration.md @@ -190,12 +190,12 @@ This IP address can be obtained when listing containers with `docker ps` or usin ### 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: `.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** > > 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