Change the Mongo database's name to stick to the documentation

See
https://github.com/guardicore/monkey/blob/develop/monkey/monkey_island/readme.txt.
This commit is contained in:
Paul-Emmanuel Raoul 2018-11-30 12:25:06 +00:00
parent f3ce6c08c5
commit 2c5019306b
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ services:
ports:
- "5000:5000"
environment:
MONGO_URL: mongodb://db:27017/monkey
MONGO_URL: mongodb://db:27017/monkeyisland
volumes:
db_data: