Browse Source

Development uses now the same Mongo Version (4.4)

Martin Filser 4 năm trước cách đây
mục cha
commit
b0901ccd01
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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: