Browse Source

Development uses now the same Mongo Version (4.4)

Martin Filser 4 years ago
parent
commit
b0901ccd01
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .devcontainer/docker-compose.yml

+ 2 - 2
.devcontainer/docker-compose.yml

@@ -3,10 +3,10 @@ version: '3.7'
 services:
 
   wekandb-dev:
-    image: mongo:4.0.12
+    image: mongo:4.4
     container_name: wekan-dev-db
     restart: unless-stopped
-    command: mongod --smallfiles --oplogSize 128
+    command: mongod --oplogSize 128
     networks:
       - wekan-dev-tier
     expose: