Gets or sets the contents of the configuration file. This property is used to specify the actual configuration data that will be included in the Docker Compose file.
public string? Content { get; set; }API references are intentionally omitted from this search. To find API references, please search these dedicated API pages instead:
public string? Content { get; set; }public bool? External { get; set; }public string? File { get; set; }public Dictionary<string, string> Labels { get; set; }