property
contentstringget · setGets 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.
API references are intentionally omitted from this search. To find API references, please search these dedicated API pages instead:
interface Config { content: string; external: boolean; file: string; labels: Dict<string,string>; name: string;}contentstringget · setexternalbooleanget · setfilestringget · setlabelsDict<string,string>get · setnamestringget · set