Share via


Service.ExternalLinks Property

Definition

Gets or sets the external links for the service. External links are references to services defined outside the current Docker Compose file, enabling communication with containers in other projects or environments.

[YamlDotNet.Serialization.YamlMember(Alias="external_links", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)]
public System.Collections.Generic.List<string> ExternalLinks { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="external_links", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)>]
member this.ExternalLinks : System.Collections.Generic.List<string> with get, set
Public Property ExternalLinks As List(Of String)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to