Skip to content

Commit e1b5afc

Browse files
committed
Emphasise mongodb container
1 parent d842a2f commit e1b5afc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ db.getSiblingDB("MONGO_DBNAME").createUser({user: "MONGO_USER", pwd: "MONGO_PASS
7474
db.getSiblingDB("MONGO_DBNAME_stat").createUser({user: "MONGO_USER", pwd: "MONGO_PASS", roles: [{role: "readWrite", db: "MONGO_DBNAME_stat"}]});
7575
```
7676

77-
Being sure to replace the placeholders with the same values you supplied to the Unifi container, and mount it into your database container.
77+
Being sure to replace the placeholders with the same values you supplied to the Unifi container, and mount it into your *mongodb* container.
7878

7979
```yaml
8080
volumes:

readme-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ app_setup_block: |
6868
db.getSiblingDB("MONGO_DBNAME_stat").createUser({user: "MONGO_USER", pwd: "MONGO_PASS", roles: [{role: "readWrite", db: "MONGO_DBNAME_stat"}]});
6969
```
7070
71-
Being sure to replace the placeholders with the same values you supplied to the Unifi container, and mount it into your database container.
71+
Being sure to replace the placeholders with the same values you supplied to the Unifi container, and mount it into your *mongodb* container.
7272
7373
```yaml
7474
volumes:

0 commit comments

Comments
 (0)