Disable JS scripting in mongodb (mapReduce and $where not used)
This commit is contained in:
parent
98a4449de4
commit
bdb2b63fe9
|
@ -2,6 +2,7 @@ version: '3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
|
command: --noscripting
|
||||||
image: mongo:latest
|
image: mongo:latest
|
||||||
volumes:
|
volumes:
|
||||||
- ./_dev/db:/data/db
|
- ./_dev/db:/data/db
|
||||||
|
|
Loading…
Reference in New Issue