mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
Add order to down command
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
parent
4270f383a7
commit
7e4cfc0e3b
6 changed files with 251 additions and 61 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue