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:
|
||||
db:
|
||||
command: --noscripting
|
||||
image: mongo:latest
|
||||
volumes:
|
||||
- ./_dev/db:/data/db
|
||||
|
|
Loading…
Reference in New Issue