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 dont know if this is a feature request, or a bug.
When I add the mssql service, it does not seem to come with a database
services:
mssql:
type: mssql
portforward: 1434
If I start it up and connect to it with the default username and password I only see the 3 default database. I would assume that it would add a database named database
The text was updated successfully, but these errors were encountered:
@sinnbeck you're correct this service doesn't create a DB, was looking at it recently for an unrelated issue and it's pretty barebones...would be nice to have it create a database that can be specified through the creds option just like the MySQL and MariaDB services:
I dont know if this is a feature request, or a bug.
When I add the mssql service, it does not seem to come with a database
If I start it up and connect to it with the default username and password I only see the 3 default database. I would assume that it would add a database named
![image](https://user-images.githubusercontent.com/13980140/161970426-1dcdc085-4c27-45a5-8b28-014ee2734800.png)
database
The text was updated successfully, but these errors were encountered: