Skip to content

Commit 252ab72

Browse files
chore(compose): add docstring for new service arg
1 parent 96e7a14 commit 252ab72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compose/testcontainers/compose/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class DockerCompose:
1717
pull: Pull images before launching environment.
1818
build: Build images referenced in the configuration file.
1919
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.
2021
2122
Example:
2223

0 commit comments

Comments
 (0)