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 c785ecd commit 201b425Copy full SHA for 201b425
core/testcontainers/compose/compose.py
@@ -484,7 +484,7 @@ def get_service_port(
484
485
Returns
486
-------
487
- str:
+ int:
488
The mapped port on the host
489
"""
490
normalize: PublishedPortModel = self.get_container(service_name).get_publisher(by_port=port).normalize()
0 commit comments