We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 427c9b8 commit 9651c10Copy full SHA for 9651c10
compose/testcontainers/compose/__init__.py
@@ -17,7 +17,7 @@ class DockerCompose:
17
pull: Pull images before launching environment.
18
build: Build images referenced in the configuration file.
19
env_file: Path to an env file containing environment variables to pass to docker compose.
20
- services: The list of services to be run when starting this DockerCompose.
+ services: List of services to start.
21
22
Example:
23
0 commit comments