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
Hi i need sample DB mixing for MySQL . I have develop some working mixing file . But when i used docker compose up it say MySQL data not connected . and also i make some console log . When i open logs in relevant container It does not seen any console log . it show going to connect some local db and get fail .
Hi i need sample DB mixing for MySQL . I have develop some working mixing file . But when i used docker compose up it say MySQL data not connected . and also i make some console log . When i open logs in relevant container It does not seen any console log . it show going to connect some local db and get fail .
module.exports = function (collection) {
console.log('process.env.MYSQL_INVOICE_DB_HOS ****<<>>>',process.env.MYSQL_INVOICE_DB_HOS)
};
The text was updated successfully, but these errors were encountered: