mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Upgrade to MongoDB 6.0.3. Part 2.
Thanks to MongoDB developers!
This commit is contained in:
parent
62242b4a96
commit
f22fe5497b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ version: '3.7'
|
|||
services:
|
||||
|
||||
wekandb-dev:
|
||||
image: mongo:5.0
|
||||
image: mongo:6
|
||||
container_name: wekan-dev-db
|
||||
restart: unless-stopped
|
||||
command: mongod --oplogSize 128
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue