configureComposeFile
Method
interface DockerComposeEnvironmentResource { // ... omitted for brevity configureComposeFile(configure: callback): DockerComposeEnvironmentResource;}Signature
method
configureComposeFilebuilderConfigures the Docker Compose file for the environment resource.
configureComposeFile(configure: (obj: ComposeFile) => Promise<void>): DockerComposeEnvironmentResourceParameters
configure(obj: ComposeFile) => Promise<void>Returns
DockerComposeEnvironmentResourceApplies to
This method applies to the following types: