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
I have a running data container that I want to connect directly to and join the monitor. var mysqldb = builder.AddMySql("mysql").AddDatabase("mysqldb"); This code creates a new database container, which is not what I wanted.
I have a running data container that I want to connect directly to and join the monitor.
var mysqldb = builder.AddMySql("mysql").AddDatabase("mysqldb");This code creates a new database container, which is not what I wanted.