mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Try MongoDB 5, shell and tool.
Thanks to xet7 !
This commit is contained in:
parent
e3f4049943
commit
1733203f8e
3 changed files with 26 additions and 4 deletions
|
|
@ -3,7 +3,7 @@ version: '3.7'
|
|||
services:
|
||||
|
||||
wekandb-dev:
|
||||
image: mongo:6
|
||||
image: mongo:5
|
||||
container_name: wekan-dev-db
|
||||
restart: unless-stopped
|
||||
command: mongod --oplogSize 128
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue