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:
|
||||
- db_data:/data/db
|
||||
environment:
|
||||
MONGO_INITDB_DATABASE: monkey
|
||||
MONGO_INITDB_DATABASE: monkeyisland
|
||||
monkey:
|
||||
depends_on:
|
||||
- db
|
||||
|
|
Loading…
Reference in New Issue