Set the alias to the service name instead of the network name
This makes it work a little closer to compose part and it is more correct 👼 Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
@@ -54,7 +54,7 @@ func deployBundle(ctx context.Context, dockerCli *command.DockerCli, opts deploy
|
||||
for _, networkName := range service.Networks {
|
||||
nets = append(nets, swarm.NetworkAttachmentConfig{
|
||||
Target: namespace.Scope(networkName),
|
||||
Aliases: []string{networkName},
|
||||
Aliases: []string{internalName},
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user