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 fc5f459 commit ff8b217Copy full SHA for ff8b217
core/testcontainers/core/container.py
@@ -83,7 +83,7 @@ def with_bind_ports(self, container: Union[str, int], host: Optional[Union[str,
83
self.ports[container] = host
84
return self
85
86
- def with_exposed_ports(self, *ports: tuple[Union[str, int], ...]) -> Self:
+ def with_exposed_ports(self, *ports: Union[str, int]) -> Self:
87
"""
88
Expose ports from the container without binding them to the host.
89
0 commit comments