mirror of
https://github.com/bitnami/containers.git
synced 2026-03-13 14:58:03 +08:00
Typos
This commit is contained in:
@@ -6,7 +6,7 @@ services:
|
|||||||
|
|
||||||
myapp:
|
myapp:
|
||||||
tty: true # Enables debugging capabilities when attached to this container.
|
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:
|
environment:
|
||||||
- DATABASE_URL=mongodb://mongodb:27017/my_app_development
|
- DATABASE_URL=mongodb://mongodb:27017/my_app_development
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
Note: Generated by Bitnami:
|
Note: Generated by Bitnami:
|
||||||
Configuration file showing how to use the built in MongoDB database in your project
|
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
|
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
|
If you want to use an ODM instead of barebone Node connections, you can install Mongoose
|
||||||
https://www.npmjs.com/package/mongoose
|
https://www.npmjs.com/package/mongoose
|
||||||
|
|||||||
Reference in New Issue
Block a user