mirror of
https://github.com/bitnami/containers.git
synced 2026-02-15 00:57:23 +08:00
Typos
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user