Skip to content

Commit

Permalink
Update to latest database services. (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec authored Mar 8, 2024
1 parent 919c0bc commit 1d7e0ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v1.1.0 - [March 8, 2024](https://github.com/lando/mssql/releases/tag/v1.1.0)
* Updated to latest database services.

## v1.0.0 - [December 7, 2023](https://github.com/lando/mssql/releases/tag/v1.0.0)

* Dialed fully for `lando update`
Expand Down
3 changes: 3 additions & 0 deletions builders/mssql.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ module.exports = {
PATH: options.path.join(':'),
SA_PASSWORD: options.creds.password,
},
volumes: [
`${options.data}:/var/opt/data`,
],
};
// Send it downstream
super(id, options, {services: _.set({}, options.name, mssql)});
Expand Down

0 comments on commit 1d7e0ad

Please sign in to comment.