forked from p34709852/monkey
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:
parent
f3ce6c08c5
commit
2c5019306b
|
@ -16,7 +16,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "5000:5000"
|
- "5000:5000"
|
||||||
environment:
|
environment:
|
||||||
MONGO_URL: mongodb://db:27017/monkey
|
MONGO_URL: mongodb://db:27017/monkeyisland
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
db_data:
|
db_data:
|
||||||
|
|
Loading…
Reference in New Issue