Replies: 1 comment 8 replies
-
Use |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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.Beta Was this translation helpful? Give feedback.
All reactions