Add order to down command

Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
Ulysses Souza 2020-11-30 17:33:27 -03:00 committed by Guillaume Tardif
parent 4270f383a7
commit 7e4cfc0e3b
6 changed files with 251 additions and 61 deletions

View file

@ -64,7 +64,7 @@ func runUp(ctx context.Context, opts composeOptions, services []string) error {
return "", err
}
if opts.DomainName != "" {
//arbitrarily set the domain name on the first service ; ACI backend will expose the entire project
// arbitrarily set the domain name on the first service ; ACI backend will expose the entire project
project.Services[0].DomainName = opts.DomainName
}