You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
see the logs i shared, there is no MYSQL_HOSTNAME env var, happens in all my containers when adding env variables with this function, i have to use command line to do it
Environment Information
Operating System: MacOS Sonoma 14.6.1
Docker Version: Docker version 20.10.23, build 7155243
Node version: v18.12.1
Testcontainers version: 10.16.0
The text was updated successfully, but these errors were encountered:
nilPPanda
changed the title
.withEnvironment not working as expected
.withEnvironment() not working as expected
Dec 5, 2024
Expected Behaviour
That .withEnvironment function add to the containers the environment variables specified
Actual Behaviour
.withEnvironment() not adding the environment variables to the container
Testcontainer Logs
Steps to Reproduce
Define a simple container like this
Environment Information
The text was updated successfully, but these errors were encountered: