Skip to content

Commit e505666

Browse files
committed
docker compose props
1 parent c451feb commit e505666

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/containers/docker-compose-properties.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ The following table shows the MSBuild properties available for Docker Compose pr
2929

3030
| Property name | Location | Description | Default value |
3131
|---------------|----------|-------------|----------------|
32+
|AdditionalComposeFiles|dcproj|Specifies additional compose files in a semicolon-delimited list to be sent out to docker-compose.exe for all commands. Relative paths from the docker-compose project file (dcproj) are allowed.|-|
33+
|DockerComposeBaseFilePath|dcproj|Specifies the first part of the filenames of the docker-compose files, without the *.yml* extension. For example: <br>1. DockerComposeBaseFilePath = null/undefined: use the base file path *docker-compose*, and files will be named *docker-compose.yml* and *docker-compose.override.yml*<br>2. DockerComposeBaseFilePath = *mydockercompose*: files will be named *mydockercompose.yml* and *mydockercompose.override.yml*<br> 3. DockerComposeBaseFilePath = *..\mydockercompose*: files will be up one level. |docker-compose|
3234
|DockerComposeBuildArguments|dcproj|Specifies the extra parameters to pass to the `docker-compose build` command. For example, `--parallel --pull` |
3335
|DockerComposeDownArguments|dcproj|Specifies the extra parameters to pass to the `docker-compose down` command. For example, `--timeout 500`|-|
3436
|DockerComposeProjectPath|csproj or vbproj|The relative path to the docker-compose project (dcproj) file. Set this property when publishing the service project to find the associated image build settings stored in the docker-compose.yml file.|-|

0 commit comments

Comments
 (0)