@wocker/mongodb-plugin 1.0.11 → 1.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -108,7 +108,8 @@ let MongodbService = class MongodbService {
108
108
  imageName: props.imageName,
109
109
  imageVersion: props.imageVersion,
110
110
  username: props.username,
111
- password: props.password
111
+ password: props.password,
112
+ containerPort: props.containerPort
112
113
  });
113
114
  this.config.setDatabase(database);
114
115
  this.config.save();
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@wocker/mongodb-plugin",
3
- "version": "1.0.11",
3
+ "type": "commonjs",
4
+ "version": "1.0.12",
4
5
  "author": "Kris Papercut <krispcut@gmail.com>",
5
6
  "description": "Mongodb plugin for wocker",
6
7
  "license": "MIT",