mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Development uses now the same Mongo Version (4.4)
This commit is contained in:
parent
6d2f8a97af
commit
b0901ccd01
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue