diff --git a/bitnami/express/docker-compose.yml b/bitnami/express/docker-compose.yml index 83067531c2dd..fb402e827906 100644 --- a/bitnami/express/docker-compose.yml +++ b/bitnami/express/docker-compose.yml @@ -6,7 +6,7 @@ services: myapp: tty: true # Enables debugging capabilities when attached to this container. - image: gcr.io/bitnami-containers/express:4.13.4-r0 + image: gcr.io/bitnami-containers/express:4.13.4-r1 environment: - DATABASE_URL=mongodb://mongodb:27017/my_app_development depends_on: diff --git a/bitnami/express/rootfs/tmp/app/config/mongodb.js b/bitnami/express/rootfs/tmp/app/config/mongodb.js index 71cc3faaadb3..f41dd80dcb06 100644 --- a/bitnami/express/rootfs/tmp/app/config/mongodb.js +++ b/bitnami/express/rootfs/tmp/app/config/mongodb.js @@ -1,7 +1,7 @@ /* Note: Generated by Bitnami: - Configuration file showing how to use the built in MongoDB database in your project - based on the examples found here: https://github.com/mongodb/node-mongodb-native + Configuration file that shows how to use the built in MongoDB database in your project. + Based on the examples found here: https://github.com/mongodb/node-mongodb-native If you want to use an ODM instead of barebone Node connections, you can install Mongoose https://www.npmjs.com/package/mongoose