diff --git a/docker-compose.yaml b/docker-compose.yaml index 6cfdacf..57c81da 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,6 +2,7 @@ version: '3' services: db: + command: --noscripting image: mongo:latest volumes: - ./_dev/db:/data/db