From 027b6599b0c97d6f59ab2034e32825c5368f6d44 Mon Sep 17 00:00:00 2001 From: Guillaume Tardif Date: Fri, 13 Nov 2020 15:45:27 +0100 Subject: [PATCH] Fix wrong flag name in ACI doc Signed-off-by: Guillaume Tardif --- engine/context/aci-integration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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