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 1c3d537 commit 0a4da83Copy full SHA for 0a4da83
testcontainers/core/container.py
@@ -93,6 +93,7 @@ def get_container_host_ip(self) -> str:
93
94
if gateway_ip == host:
95
return self.get_docker_client().bridge_ip(self._container.id)
96
+ return gateway_ip
97
return host
98
99
def get_exposed_port(self, port) -> str:
0 commit comments