Amit Levy

Results 21 comments of Amit Levy

Hi @alexanderankin , I'm using 4.8.1 and having the same issue. This is my code: ```python async def init_db( postgres_ro: PostgresContainer, ): print(postgres_ro.get_connection_url()) # outputs correctly print(postgres_ro.port) # prints the...