forked from p15670423/monkey
Fix previous commit
I forgot to change the `MONGO_INITDB_DATABASE` variable.
This commit is contained in:
parent
2c5019306b
commit
4283d8d488
|
@ -7,7 +7,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- db_data:/data/db
|
- db_data:/data/db
|
||||||
environment:
|
environment:
|
||||||
MONGO_INITDB_DATABASE: monkey
|
MONGO_INITDB_DATABASE: monkeyisland
|
||||||
monkey:
|
monkey:
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
|
|
Loading…
Reference in New Issue