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 659a3d9 commit ce74358Copy full SHA for ce74358
core/testcontainers/compose/compose.py
@@ -189,7 +189,7 @@ def docker_compose_command(self) -> list[str]:
189
Returns command parts used for the docker compose commands
190
191
Returns:
192
- str: Docker compose command parts.
+ list[str]: Docker compose command parts.
193
"""
194
return self.compose_command_property
195
0 commit comments