Skip to content

Commit 97a9cef

Browse files
committed
Compose Properties edit
1 parent 0fdb936 commit 97a9cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/containers/docker-compose-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The following table shows the MSBuild properties available for Docker Compose pr
3535
|DockerComposeBuildArguments|dcproj|Specifies the extra parameters to pass to the `docker-compose build` command. For example, `--parallel --pull`. |
3636
|DockerComposeDownArguments|dcproj|Specifies the extra parameters to pass to the `docker-compose down` command. For example, `--timeout 500`.|-|
3737
|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.|-|
38-
|DockerComposeProjectsToIgnore|dcproj| Specifies projects to be ignored by docker-compose tools during debug. This property is commonly used to start a non-.NET service without debugging. File paths can be specified one of two ways: <br> 1. Relative to dcproj. For example, `<DockerComposeProjectsToIgnore>path\to\AngularProject1.csproj</DockerComposeProjectsToIgnore>`. <br> 2. Absolute paths.<br> **Note**: The paths should be separated by delimiter character `;`
38+
|DockerComposeProjectsToIgnore|dcproj| Specifies projects to be ignored by docker-compose tools during debug. This property is commonly used to start a non-.NET service without debugging. File paths can be specified one of two ways: <br> 1. Relative to dcproj. For example, `<DockerComposeProjectsToIgnore>path\to\AngularProject1.csproj</DockerComposeProjectsToIgnore>`. <br> 2. Absolute paths.<br> **Note**: The paths should be separated by delimiter character `;`.
3939
|-|
4040
|DockerComposeUpArguments|dcproj|Specifies the extra parameters to pass to the `docker-compose up` command. For example, `--timeout 500`.|-|
4141
|DockerDevelopmentMode| dcproj | Controls whether the user project is built in the container. The allowed values of **Fast** or **Regular** control [which stages are built](aka.ms/about-dockerbuild) in a Dockerfile. The Debug configuration is Fast Mode by default; Regular mode otherwise. | Fast |

0 commit comments

Comments
 (0)