Fix previous commit

I forgot to change the `MONGO_INITDB_DATABASE` variable.
This commit is contained in:
Paul-Emmanuel Raoul 2018-11-30 14:40:12 +00:00
parent 2c5019306b
commit 4283d8d488
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ services:
volumes:
- db_data:/data/db
environment:
MONGO_INITDB_DATABASE: monkey
MONGO_INITDB_DATABASE: monkeyisland
monkey:
depends_on:
- db